diff options
Diffstat (limited to 'backends/__init__.py')
-rw-r--r-- | backends/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/__init__.py b/backends/__init__.py index 72907f37..61438e8a 100644 --- a/backends/__init__.py +++ b/backends/__init__.py @@ -1,3 +1,7 @@ +""" +Backends that extend U1DB functionality. +""" + import objectstore |