thsf.net/src/thsf_wsgi.py
doug713705 ee43e98385 beta (#4)
Co-authored-by: mco-system <michael.costa@mcos.nc>
Reviewed-on: #4
2023-04-20 15:09:57 +02:00

6 lines
116 B
Python

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