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
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from pdf-extraccion!")
if __name__ == "__main__":
main()