blob: 8d2361de74c934b3f3cf5f1bff5576c354a1db8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- 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.
"""
|