from api.app import application from api import handlers app = application if __name__ == '__main__': app.run(host='0.0.0.0')