diff options
author | Andreas Häber <andreas.haber@puzzel.com> | 2019-10-13 21:16:59 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2019-10-13 22:00:10 +0200 |
commit | 63a643fcb2ef38d6e7cd1c24b7bf037b7145451b (patch) | |
tree | 12ac126619980cdc4c2319f0fdb5514ed7c8b8eb /stdnum | |
parent | 6119590a113b23ec6266c7fdd5309297b3be68c6 (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__.py | 3 |
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 |