mysteriendrama/lib/python3.11/site-packages/django/apps/__init__.py
2023-07-22 12:13:39 +02:00

5 lines
90 B
Python

from .config import AppConfig
from .registry import apps
__all__ = ["AppConfig", "apps"]