4 lines
62 B
Python
4 lines
62 B
Python
|
#!flask/bin/python
|
||
|
from app import app
|
||
|
app.run(debug = False)
|