mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
simple core
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user