8000 AT: Provide personalid as an alias from vnr · adh/python-stdnum@6119590 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6119590

Browse files
ahaeberarthurdejong
authored andcommitted
AT: Provide personalid as an alias from vnr
Closes arthurdejong#166
1 parent 3aedb1f commit 6119590

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdnum/at/__init__.py

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

2121
"""Collection of Austrian numbers."""
2222

23-
# provide vat as an alias
23+
# provide aliases
2424
from stdnum.at import postleitzahl as postal_code # noqa: F401
2525
from stdnum.at import uid as vat # noqa: F401
26+
from stdnum.at import vnr as personalid # noqa: F401

0 commit comments

Comments
 (0)
0