f577535
1
2
3
4
5
6
# API package initialization from .app import create_app, app __version__ = "1.0.0" __all__ = ['create_app', 'app']