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

2
www/import_test.py Normal file
View File

@@ -0,0 +1,2 @@
def hello():
return "Hello, world!<span style=\"font-size:small\">this was imported from another python script</span>"