mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 12:44:29 +08:00
7 lines
145 B
Python
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: ...
|