uv - chat-rest-server

This commit is contained in:
2025-05-29 10:20:24 +02:00
parent f421a8abd6
commit 7bfca82f33
12 changed files with 158 additions and 0 deletions

View File

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