From 63a643fcb2ef38d6e7cd1c24b7bf037b7145451b Mon Sep 17 00:00:00 2001 From: Andreas Häber Date: Sun, 13 Oct 2019 21:16:59 +0200 Subject: AU: Provide vat as alias from tfn Closes https://github.com/arthurdejong/python-stdnum/pull/167 --- stdnum/au/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stdnum') 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 -- cgit v1.2.3