django/apps/__init__.py

from .config import AppConfig
from .registry import apps

__all__ = ["AppConfig", "apps"]
Metadata
View Raw File