diff --git a/pyTigerGraph/__init__.py b/pyTigerGraph/__init__.py index 0c6a3197..80d7ff5c 100644 --- a/pyTigerGraph/__init__.py +++ b/pyTigerGraph/__init__.py @@ -1,5 +1,6 @@ from pyTigerGraph.pyTigerGraph import TigerGraphConnection from pyTigerGraph.pytgasync.pyTigerGraph import AsyncTigerGraphConnection +from pyTigerGraph.common.exception import TigerGraphException __version__ = "1.8"