taskmanager/run.py

5 lines
78 B
Python
Executable File

from flaskapp import app
if __name__ == '__main__':
app.run(debug=False)