mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-09 03:01:26 +08:00
4 lines
80 B
Python
4 lines
80 B
Python
from typing import Callable
|
|
|
|
|
|
def register(*models, site = ...) -> Callable: ... |