This commit is contained in:
Kenneth Reitz
2011-06-21 23:11:03 -04:00
parent 86037bc4e1
commit be3ac031dd
+7 -5
View File
@@ -1,14 +1,16 @@
# -*- coding: utf-8 -*- # -*- 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 . import models
from .packages.anyjson import deserialize from .packages.anyjson import deserialize