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