from application import app app.run(host="localhost", port='5001', debug=True, threaded=True)