Source code django/apps/__init__.py

1
2
3
4
from .config import AppConfig
from .registry import apps

__all__ = ['AppConfig', 'apps']