aboutsummaryrefslogtreecommitdiffstats
path: root/github3/models/__init__.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-01 12:33:05 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-01 12:33:05 +0100
commit2506d0ed2e33955d9b46802ed735cd8547369bad (patch)
treeea02535e78ae2c59d9099850e5ab2d4b1d044f10 /github3/models/__init__.py
parentTesting post gist (diff)
parentDecouple Handlers and Models (diff)
downloadpython-github3-2506d0ed2e33955d9b46802ed735cd8547369bad.tar.xz
python-github3-2506d0ed2e33955d9b46802ed735cd8547369bad.zip
Merge branch 'handlers' into develop
Conflicts: github3/api.py
Diffstat (limited to 'github3/models/__init__.py')
-rw-r--r--github3/models/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/github3/models/__init__.py b/github3/models/__init__.py
new file mode 100644
index 0000000..6e4db1b
--- /dev/null
+++ b/github3/models/__init__.py
@@ -0,0 +1,4 @@
+from .user import AuthUser, User
+from .repos import Repo
+from .orgs import Org
+from .gists import Gist