simple core

This commit is contained in:
Kenneth Reitz
2011-04-13 18:16:21 -04:00
parent 55a7511b79
commit 53c42a9fae
+16
View File
@@ -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