initial commit

This commit is contained in:
2025-10-29 19:26:50 +01:00
commit 105c1d3099
34 changed files with 687 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from komsuite-web!")
if __name__ == "__main__":
main()