From f049c3977a8f4f5aff99e6a33d5fedb6b85713da Mon Sep 17 00:00:00 2001 From: Marek Marecki Date: Wed, 20 Mar 2013 22:44:18 +0100 Subject: [PATCH] Client() in diaspy/__init__.py documented --- diaspy/__init__.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/diaspy/__init__.py b/diaspy/__init__.py index e6486b2..f05ce40 100644 --- a/diaspy/__init__.py +++ b/diaspy/__init__.py @@ -3,6 +3,16 @@ import diaspy.models import diaspy.conversations class Client(diaspy.client.Client): - """Wrapper class for easier imports. + """Class created for easier imports of client. + Instead of: + + import diaspy + client = diaspy.client.Client(...) + + you can simply use: + + import diaspy + client = diaspy.Client(...) + """ pass -- 2.25.1