This commit is contained in:
2023-01-31 23:43:08 +01:00
commit 04dbe6c309
25 changed files with 932 additions and 0 deletions

4
run.py Normal file
View File

@@ -0,0 +1,4 @@
from kuhkal import app
if __name__ == "__main__":
app.run()