8000 DK: Provide personalid as an alias from cpr · jhk-odoo/python-stdnum@e5d7d9f · GitHub
[go: up one dir, main page]

Skip to content

Commit e5d7d9f

Browse files
ahaeberarthurdejong
authored andcommitted
DK: Provide personalid as an alias from cpr
1 parent 37e6032 commit e5d7d9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdnum/dk/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020

2121
"""Collection of Danish numbers."""
2222

23-
# provide vat as an alias
23+
# provide aliases
24+
from stdnum.dk import cpr as personalid # noqa: F401
2425
from stdnum.dk import cvr as vat # noqa: F401

0 commit comments

Comments
 (0)
0