initial commit

This commit is contained in:
2025-11-25 04:45:15 +01:00
commit 199779625c
13 changed files with 1215 additions and 0 deletions

6
main.py Normal file
View File

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