Files
eve_structure/webapp/app.py

3 lines
44 B
Python

from . import create_app
app = create_app()