From b9f36c9b020d9d837c309b13684ab0761437d9e1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Jul 2011 00:39:50 -0400 Subject: import it --- github3/core.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'github3') 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.""" -- cgit v1.2.3-59-g8ed1b