from website.index import web_app as application
if __name__ == "__main__":
application.run(debug=True)