This commit is contained in:
2025-09-16 05:46:05 +02:00
parent 8be265e6cd
commit 1c4a570fac
10 changed files with 633 additions and 0 deletions

6
main.py Normal file
View File

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