8000 Add vat alias so stdnum.vatin works for the United States · unho/python-stdnum@7408ae4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7408ae4

Browse files
committed
Add vat alias so stdnum.vatin works for the United States
While stdnum provides several modules implementing some sort of TIN for the United States, EIN is the only only used for companies and institutions.
1 parent e40c827 commit 7408ae4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdnum/us/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919
# 02110-1301 USA
2020

2121
"""Collection of United States numbers."""
22+
23+
# provide aliases
24+
from stdnum.us import ein as vat # noqa: F401

0 commit comments

Comments
 (0)
0