diff options
Diffstat (limited to 'soledad/backends/__init__.py')
| -rw-r--r-- | soledad/backends/__init__.py | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/soledad/backends/__init__.py b/soledad/backends/__init__.py new file mode 100644 index 00000000..61438e8a --- /dev/null +++ b/soledad/backends/__init__.py @@ -0,0 +1,9 @@ +""" +Backends that extend U1DB functionality. +""" + +import objectstore + + +__all__ = [ +    'objectstore'] | 
