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