__init__.py 90 B

1234
  1. from .config import AppConfig
  2. from .registry import apps
  3. __all__ = ["AppConfig", "apps"]