Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-08-13 17:42:22 +02:00
parent cd4922c3ea
commit 835c6b743f
5 changed files with 490 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "pdf-extraccion"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"marimo>=0.14.17",
]