mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 16:57:12 +08:00
4 lines
105 B
Python
4 lines
105 B
Python
from typing import Any, Optional
|
|
|
|
def deconstructible(*args: Any, path: Optional[Any] = ...) -> Any: ...
|