"refactor" #1

This commit is contained in:
Kenneth Reitz
2011-07-23 00:19:13 -04:00
parent ecad4a9e25
commit eb8415770d
16 changed files with 0 additions and 2068 deletions
-27
View File
@@ -1,27 +0,0 @@
# -*- coding: utf-8 -*-
"""
github3.core
~~~~~~~~~~~~
This module contains the core GitHub3 interface.
"""
import requests
from .api import Github, settings
__version__ = '0.0.1'
__license__ = 'ISC'
__author__ = 'Kenneth Reitz'
def basic(username, password):
pass
def anon():
pass