mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-19 02:15:59 +08:00
KeyError: "Failed qualified lookup: '_AnyAttrAllowed' (fullname = 'django._AnyAttrAllowed')." https://github.com/typeddjango/django-stubs/issues/745
9 lines
157 B
Python
9 lines
157 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: ...
|