Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum
diff options
context:
space:
mode:
authorAndreas Häber <andreas.haber@puzzel.com>2019-10-13 21:16:59 +0200
committerArthur de Jong <arthur@arthurdejong.org>2019-10-13 22:00:10 +0200
commit63a643fcb2ef38d6e7cd1c24b7bf037b7145451b (patch)
tree12ac126619980cdc4c2319f0fdb5514ed7c8b8eb /stdnum
parent6119590a113b23ec6266c7fdd5309297b3be68c6 (diff)
AU: Provide vat as alias from tfn
Closes https://github.com/arthurdejong/python-stdnum/pull/167
Diffstat (limited to 'stdnum')
-rw-r--r--stdnum/au/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/stdnum/au/__init__.py b/stdnum/au/__init__.py
index bcf9b0b..1713e56 100644
--- a/stdnum/au/__init__.py
+++ b/stdnum/au/__init__.py
@@ -19,3 +19,6 @@
# 02110-1301 USA
"""Collection of Australian numbers."""
+
+# provide aliases
+from stdnum.au import tfn as vat # noqa: F401