diff options
Diffstat (limited to 'src/couch/__init__.py')
-rw-r--r-- | src/couch/__init__.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/couch/__init__.py b/src/couch/__init__.py new file mode 100644 index 0000000..a7537bc --- /dev/null +++ b/src/couch/__init__.py @@ -0,0 +1,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 |