__init__.py 90 Bytes
from .config import AppConfig
from .registry import apps

__all__ = ['AppConfig', 'apps']