mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 12:44:29 +08:00
6 lines
85 B
Python
6 lines
85 B
Python
from typing import Any
|
|
|
|
VERSION: Any
|
|
|
|
def setup(set_prefix: bool = ...) -> None: ...
|