manhan.io/myenv/lib/python3.12/site-packages/django/apps/__init__.py
2025-04-28 15:42:23 +03:00

4 lines
90 B
Python

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