diff options
author | Joni Saarinen <joni.saarinen@onebyte.fi> | 2025-06-05 09:34:58 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2025-06-09 15:54:21 +0200 |
commit | deb0db15da3795bf9d7cf5213e6fdbac6f2407f9 (patch) | |
tree | d154e9cfea6e94b3a543e9781661f95f31f19008 | |
parent | 1773a91efdb3d607ddbb5f56a823d74428cadbad (diff) |
Closes https://github.com/arthurdejong/python-stdnum/pull/476
-rw-r--r-- | stdnum/ee/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdnum/ee/__init__.py b/stdnum/ee/__init__.py index 9662449..3a7e959 100644 --- a/stdnum/ee/__init__.py +++ b/stdnum/ee/__init__.py @@ -22,5 +22,7 @@ from __future__ import annotations -# provide vat as an alias +# provide aliases +from stdnum.ee import ik as personalid # noqa: F401 from stdnum.ee import kmkr as vat # noqa: F401 +from stdnum.ee import registrikood as businessid # noqa: F401 |