thsf.net/src/thsf_wsgi.py

6 lines
116 B
Python

from thsf import app
if __name__ == "__main__":
application = app
application.run(host="127.0.0.1", port=8043)