Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-09-05 16:45:57 +02:00
commit 943011a547
18 changed files with 876 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "editor-de-texto"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"marimo>=0.15.2",
]
[tool.marimo.runtime]
dotenv = [".env", "/home/tr4shhh/Snippets_marimo_noteebooks/secrets/.env.snpt"]