aboutsummaryrefslogtreecommitdiffstats
path: root/github3/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'github3/api.py')
-rw-r--r--github3/api.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/github3/api.py b/github3/api.py
index 3225e43..7ec59e2 100644
--- a/github3/api.py
+++ b/github3/api.py
@@ -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