Added some convenient __all__ imports.
[didex.git] / didex / index.py
index 4d42506..a2828ce 100644 (file)
@@ -2,6 +2,8 @@ import struct, contextlib, math
 from . import db, lib
 from .db import bd, txnfun
 
+__all__ = ["maybe", "t_int", "t_uint", "t_float", "t_str", "ordered"]
+
 deadlock = bd.DBLockDeadlockError
 notfound = bd.DBNotFoundError