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."""