diff --git a/hyperglass/__init__.py b/hyperglass/__init__.py index e6dc74b..b5fec0f 100644 --- a/hyperglass/__init__.py +++ b/hyperglass/__init__.py @@ -40,3 +40,5 @@ POSSIBILITY OF SUCH DAMAGE. from hyperglass import command from hyperglass import configuration from hyperglass import render +from hyperglass import exceptions +from hyperglass import constants