start build test

This commit is contained in:
2025-09-12 19:19:56 +05:00
commit d7cf61839b
10 changed files with 1515 additions and 0 deletions

6
main.py Normal file
View File

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