Including compound indices in __all__.
[didex.git] / didex / values.py
index 9a501eb..8479d42 100644 (file)
@@ -2,7 +2,7 @@ import threading
 from . import store, lib, index
 from .store import storedesc
 
-__all__ = ["simple", "multi"]
+__all__ = ["simple", "multi", "compound"]
 
 class cursor(lib.closable):
     def __init__(self, bk, st):