From 53c42a9fae94c26b52360398955a617976a176c3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 13 Apr 2011 18:16:21 -0400 Subject: simple core --- github3/core.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 github3/core.py diff --git a/github3/core.py b/github3/core.py new file mode 100644 index 0000000..65b6ca0 --- /dev/null +++ b/github3/core.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- + +""" +github3.core +~~~~~~~~~~~~ + +This module contains the core GitHub 3 interface. + +""" + + +class GitHub(object): + pass + + def __init__(self): + pass \ No newline at end of file -- cgit v1.3-8-gc7d7