Files
django-stubs/django/template/loaders/app_directories.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

8 lines
175 B
Python

from typing import (
Tuple,
Union,
)
class Loader:
def get_dirs(self) -> Union[Tuple[str, str, str, str], Tuple[str, str, str], Tuple[str], Tuple[str, str]]: ...