__init__.py 54 B

123
  1. from .app import create_app
  2. __all__ = ["create_app"]