From d17d5af0e8a01361463eb2032c5b9d53641496e8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 13 Apr 2011 18:14:26 -0400 Subject: basic setup --- github3/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'github3') 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 -- cgit v1.2.3-59-g8ed1b