from app import app app.run(host="localhost", port=80, threaded=True)