summaryrefslogtreecommitdiff
path: root/soledad/backends/__init__.py
blob: 61438e8a1542ea2d74f450418ce8c199fe76b2b3 (plain)
1
2
3
4
5
6
7
8
9
"""
Backends that extend U1DB functionality.
"""

import objectstore


__all__ = [
    'objectstore']