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