Formalize DGII tax form mapping

This commit is contained in:
José Arturo García
2026-08-09 11:42:00 -04:00
parent 59b4f0e53d
commit c05a15e671
10 changed files with 1031 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
from . import dgii_mapping, tax
__all__ = ['dgii_mapping', 'tax']