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

6
teil29/hello.py Normal file
View File

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