This commit is contained in:
mco-system
2023-04-06 01:14:50 +11:00
parent e72f8f4e64
commit 9ebcbbac56
28 changed files with 1339 additions and 181 deletions

5
src/thsf_wsgi.py Normal file
View File

@@ -0,0 +1,5 @@
from thsf import app
if __name__ == "__main__":
application = app
application.run(host="127.0.0.1", port=8043)