mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 05:24:53 +08:00
4 lines
80 B
Python
4 lines
80 B
Python
from typing import Callable
|
|
|
|
|
|
def register(*models, site = ...) -> Callable: ... |