mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-27 05:12:11 +08:00
8 lines
156 B
Python
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: ...
|