mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-04 09:02:46 +08:00
6 lines
111 B
Python
6 lines
111 B
Python
class AdminConfig:
|
|
def ready(self) -> None: ...
|
|
|
|
|
|
class SimpleAdminConfig:
|
|
def ready(self) -> None: ... |