summaryrefslogtreecommitdiff
path: root/src/couch/__init__.py
blob: a7537bc9c0a0491540da2c121a7dd6d8bc7f8029 (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 couch.client import Server  # noqa: F401