diff --git a/aperturedb/__init__.py b/aperturedb/__init__.py index a4fccee9..7438cc8e 100644 --- a/aperturedb/__init__.py +++ b/aperturedb/__init__.py @@ -91,3 +91,4 @@ def emit(self, record): if __version__ != latest_version: logger.warning( f"The latest version of aperturedb is {latest_version}. You are using version {__version__}. It is recommended to upgrade.") +from .ConnectionPool import ConnectionPool