diff --git a/replay/db/__init__.py b/replay/db/__init__.py index 3aa485c4d210f9a30367c61cddd41be1c0540de0..2326238e5173ade3fb077bcb30b6cd2a55796641 100644 --- a/replay/db/__init__.py +++ b/replay/db/__init__.py @@ -45,3 +45,5 @@ def type(): # these are required for the dbmanage.py driver from .query import Database from .commands import add_commands + +__all__ = ['Database',]