django1/django/apps/__init__.py

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']