diff options
Diffstat (limited to 'github3')
-rw-r--r-- | github3/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/github3/__init__.py b/github3/__init__.py index e69de29..c2fdbad 100644 --- a/github3/__init__.py +++ b/github3/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +from core import *
\ No newline at end of file |