hbnet2/web/docker/wsgi.py

9 lines
105 B
Python

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