from www import app import logging logging.basicConfig(level=logging.INFO) if __name__ == "__main__": app.run(debug=True, use_reloader=False)