Files
oee/venv/lib/python3.10/site-packages/django/apps/__init__.py
2026-07-18 16:04:40 +00:00

5 lines
90 B
Python

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