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

6 lines
111 B
Python

class AdminConfig:
def ready(self) -> None: ...
class SimpleAdminConfig:
def ready(self) -> None: ...