summaryrefslogtreecommitdiff
path: root/django/apps/__init__.py
blob: 96674be73cd0967783a0906c9c6666a282488ef7 (plain)
1
2
3
4
from .config import AppConfig
from .registry import apps

__all__ = ["AppConfig", "apps"]