__init__.py 90 Bytes
Newer Older
1 2 3 4
from .config import AppConfig
from .registry import apps

__all__ = ["AppConfig", "apps"]