8000 Add VAT alias for Thailand TIN number · arthurdejong/python-stdnum@497bb11 · GitHub
[go: up one dir, main page]

Skip to content

Commit 497bb11

Browse files
unhoarthurdejong
authored andcommitted
Add VAT alias for Thailand TIN number
Based on #118 (comment) Closes #314
1 parent bfac07b commit 497bb11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdnum/th/__init__.py

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

2121
"""Collection of Thai numbers."""
22+
23+
from __future__ import annotations
24+
25+
# provide aliases
26+
from stdnum.th import moa as vat # noqa: F401

0 commit comments

Comments
 (0)
0