python inicializado

This commit is contained in:
2025-11-03 00:42:35 +01:00
parent 037f626bf7
commit 3043d67727
5 changed files with 15 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from dagu-automatizaciones!")
if __name__ == "__main__":
main()