3 lines
121 B
Python
3 lines
121 B
Python
from www import app
|
|
#app.run(debug=True, threaded=True, use_reloader=False) # uncomment this line to run flask's server
|