Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-08-29 00:54:19 +02:00
commit af0b68fea6
13 changed files with 1650 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "visualizaciones"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"marimo>=0.15.1",
]
[tool.marimo.runtime]
dotenv = [".env", "/home/lucas/DataProyects/Snippets_marimo_noteebooks/secrets/.env.snpt"]