first commit

This commit is contained in:
2025-08-24 22:09:37 +03:00
commit 176fc62a24
14 changed files with 673 additions and 0 deletions

3
www/_server_config.py Normal file
View File

@@ -0,0 +1,3 @@
SERVER_DOWNLOADPY = False
SERVER_PORT = 8080
SERVER_HOST = '0.0.0.0'