# API package initialization from .app import create_app, app __version__ = "1.0.0" __all__ = ['create_app', 'app']