diff options
Diffstat (limited to 'deploy/restful.py')
-rw-r--r-- | deploy/restful.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/restful.py b/deploy/restful.py index 44e461c4..ce3056b6 100644 --- a/deploy/restful.py +++ b/deploy/restful.py @@ -19,7 +19,9 @@ import json import logging import requests + class Client(object): + """compass restful api wrapper""" def __init__(self, url, headers=None, proxies=None, stream=None): |