Commit automático inicial

This commit is contained in:
2025-09-11 03:37:36 +02:00
commit 8179601209
8 changed files with 717 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from controlando-git-desde-python!")
if __name__ == "__main__":
main()