Files
django-stubs/django-stubs/__init__.pyi
2019-01-26 17:17:35 +03:00

7 lines
145 B
Python

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