Skip to content

Commit deb0db1

Browse files
TheMohniarthurdejong
authored andcommitted
Add personal id and business id alias for Estonia
Closes #476
1 parent 1773a91 commit deb0db1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stdnum/ee/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@
2222

2323
from __future__ import annotations
2424

25-
# provide vat as an alias
25+
# provide aliases
26+
from stdnum.ee import ik as personalid # noqa: F401
2627
from stdnum.ee import kmkr as vat # noqa: F401
28+
from stdnum.ee import registrikood as businessid # noqa: F401

0 commit comments

Comments
 (0)