diff options
Diffstat (limited to 'github3/api.py')
-rw-r--r-- | github3/api.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/github3/api.py b/github3/api.py index 5220d61..ad02035 100644 --- a/github3/api.py +++ b/github3/api.py @@ -10,10 +10,9 @@ This module provies the core GitHub3 API interface. import omnijson as json from .helpers import is_collection, to_python, to_api, get_scope +from .config import settings -def GithubCore(object): - pass - +class GithubCore(object): @staticmethod def _resource_serialize(o): |