mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
13 lines
200 B
Python
13 lines
200 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
github3.api
|
|
~~~~~~~~~~~
|
|
|
|
This module implements the GitHub3 API wrapper objects.
|
|
|
|
:copyright: (c) 2011 by Kenneth Reitz.
|
|
:license: ISC, see LICENSE for more details.
|
|
|
|
"""
|
|
|