Initial commit

This commit is contained in:
Mustafa KURU
2026-05-03 23:47:54 +03:00
commit 1dac1749bf
74 changed files with 6697 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import server
application = server.app
if __name__ == "__main__":
application.run()