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