Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion stdnum/ee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading