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
+1
View File
@@ -0,0 +1 @@
3.13
View File
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from dagu-automatizaciones!")
if __name__ == "__main__":
main()
+1
View File
@@ -0,0 +1 @@
print("hola holaa")
+7
View File
@@ -0,0 +1,7 @@
[project]
name = "dagu-automatizaciones"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []