Files
python-github3/github3/core.py
T
Kenneth Reitz ecad4a9e25 updates
2011-06-23 02:59:49 -04:00

27 lines
300 B
Python

# -*- 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