hbnet/web/wsgi.py
2021-09-24 05:00:42 -07:00

12 lines
124 B
Python

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