Files
python-github3/github3/core.py
T
Kenneth Reitz 53c42a9fae simple core
2011-04-13 18:16:21 -04:00

16 lines
181 B
Python

# -*- coding: utf-8 -*-
"""
github3.core
~~~~~~~~~~~~
This module contains the core GitHub 3 interface.
"""
class GitHub(object):
pass
def __init__(self):
pass