django1/django/apps/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
90 B
Python
Raw Normal View History

2015-06-16 02:07:31 +08:00
from .config import AppConfig
from .registry import apps
__all__ = ["AppConfig", "apps"]