diff --git a/llama_stack/providers/utils/kvstore/mongodb/__init__.py b/llama_stack/providers/utils/kvstore/mongodb/__init__.py index 4f7fe46e7..a42fee76f 100644 --- a/llama_stack/providers/utils/kvstore/mongodb/__init__.py +++ b/llama_stack/providers/utils/kvstore/mongodb/__init__.py @@ -5,3 +5,5 @@ # the root directory of this source tree. from .mongodb import MongoDBKVStoreImpl + +__all__ = ["MongoDBKVStoreImpl"]