mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 21:46:43 +08:00
4 lines
115 B
Python
4 lines
115 B
Python
from typing import Any, Callable, Optional
|
|
|
|
def register(*models: Any, site: Optional[Any] = ...) -> Callable: ...
|