Commit automático inicial

This commit is contained in:
2025-09-14 23:22:21 +02:00
commit 39c134cf91
8 changed files with 807 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from myrag!")
if __name__ == "__main__":
main()