Files
django-stubs/django/contrib/admin/decorators.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

4 lines
80 B
Python

from typing import Callable
def register(*models, site = ...) -> Callable: ...