Files
django-stubs/django-stubs/__init__.pyi
2019-01-30 22:43:09 +03:00

8 lines
156 B
Python

from typing import Any
from .utils.version import get_version as get_version
VERSION: Any
__version__: str
def setup(set_prefix: bool = ...) -> None: ...