diff options
Diffstat (limited to 'python/knot_resolver/__init__.py')
-rw-r--r-- | python/knot_resolver/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/knot_resolver/__init__.py b/python/knot_resolver/__init__.py new file mode 100644 index 00000000..a91e4593 --- /dev/null +++ b/python/knot_resolver/__init__.py @@ -0,0 +1,6 @@ +from .constants import VERSION +from .exceptions import KresBaseException + +__version__ = VERSION + +__all__ = ["KresBaseException"] |