summaryrefslogtreecommitdiff
path: root/src/db/couch/__init__.py
blob: b09923583f1565f933ce3fe8eb97267416c94add (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- coding: utf-8 -*-

__author__ = "Andrey Antukh"
__license__ = "BSD"
__version__ = "1.14.1"
__maintainer__ = "Rinat Sabitov"
__email__ = "rinat.sabitov@gmail.com"
__status__ = "Development"


from db.couch.client import Server  # noqa: F401