from app import create_app
app = hbnet_web_service()
if __name__ == "__main__":
# app = create_app()
app.run()