diff options
Diffstat (limited to 'github3/core.py')
| -rw-r--r-- | github3/core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/github3/core.py b/github3/core.py index 6701fe1..488f81d 100644 --- a/github3/core.py +++ b/github3/core.py @@ -11,6 +11,8 @@ __version__ = '0.0.0' __license__ = 'MIT' __author__ = 'Kenneth Reitz' +from .api import Github, settings + def no_auth(): """Returns an un-authenticated Github object.""" |
