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