__init__.py 60 Bytes
from .app import create_app
app = create_app()
import routes