mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 20:54:29 +08:00
6 lines
111 B
Python
6 lines
111 B
Python
class AdminConfig:
|
|
def ready(self) -> None: ...
|
|
|
|
|
|
class SimpleAdminConfig:
|
|
def ready(self) -> None: ... |