6 lines
64 B
Python
6 lines
64 B
Python
from subfolder import create_app
|
|
|
|
app = create_app()
|
|
app.run()
|
|
|