diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-12-30 23:58:22 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-12-30 23:58:22 -0500 |
commit | aea128e8529f2636c80975795b721bcf3f6bc7a5 (patch) | |
tree | c5785e3e5fac8f909dc4a8a5c7c3a5b81631f0da /htc_utils/__init__.py | |
parent | c4514f27759e05bcbcd21cbd52859e421a3938f2 (diff) | |
download | htc_utils-master.tar.gz |
Diffstat (limited to 'htc_utils/__init__.py')
-rw-r--r-- | htc_utils/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htc_utils/__init__.py b/htc_utils/__init__.py index 55734c8..a61df77 100644 --- a/htc_utils/__init__.py +++ b/htc_utils/__init__.py @@ -1 +1,2 @@ -from .bindings import *
\ No newline at end of file +from .bindings import * +from .version import __version__ |