hbnet/web/wsgi.py

12 lines
131 B
Python
Raw Normal View History

2021-09-24 05:09:50 -07:00
from app import hbnet_web_service
2021-09-24 05:00:42 -07:00
app = hbnet_web_service()
if __name__ == "__main__":
# app = create_app()
app.run()