mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
bunk
This commit is contained in:
+7
-5
@@ -1,14 +1,16 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
github3.api
|
||||
~~~~~~~~~~~
|
||||
github3.api
|
||||
~~~~~~~~~~~
|
||||
|
||||
This module implements the GitHub3 API wrapper objects.
|
||||
This module implements the GitHub3 API wrapper objects.
|
||||
|
||||
:copyright: (c) 2011 by Kenneth Reitz.
|
||||
:license: ISC, see LICENSE for more details.
|
||||
|
||||
:copyright: (c) 2011 by Kenneth Reitz.
|
||||
:license: ISC, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
|
||||
from . import models
|
||||
from .packages.anyjson import deserialize
|
||||
|
||||
|
||||
Reference in New Issue
Block a user