init: pruebas_jupyter analysis from fn_registry

This commit is contained in:
2026-04-06 00:57:00 +02:00
commit b63e145953
15 changed files with 3094 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from pruebas-jupyter!")
if __name__ == "__main__":
main()