hbnet/web/wsgi.py

12 lines
124 B
Python
Raw Normal View History

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