Files
tmhr/venv/lib/python3.10/site-packages/django/apps/__init__.py
2024-02-23 10:30:02 +00:00

5 lines
90 B
Python
Executable File

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