5 lines
78 B
Python
5 lines
78 B
Python
|
from flaskapp import app
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
app.run(debug=False)
|