diff --git a/github/AuthenticatedUser.py b/github/GithubObjects/AuthenticatedUser.py similarity index 100% rename from github/AuthenticatedUser.py rename to github/GithubObjects/AuthenticatedUser.py diff --git a/github/Authorization.py b/github/GithubObjects/Authorization.py similarity index 100% rename from github/Authorization.py rename to github/GithubObjects/Authorization.py diff --git a/github/Branch.py b/github/GithubObjects/Branch.py similarity index 100% rename from github/Branch.py rename to github/GithubObjects/Branch.py diff --git a/github/Commit.py b/github/GithubObjects/Commit.py similarity index 100% rename from github/Commit.py rename to github/GithubObjects/Commit.py diff --git a/github/CommitComment.py b/github/GithubObjects/CommitComment.py similarity index 100% rename from github/CommitComment.py rename to github/GithubObjects/CommitComment.py diff --git a/github/Download.py b/github/GithubObjects/Download.py similarity index 100% rename from github/Download.py rename to github/GithubObjects/Download.py diff --git a/github/Event.py b/github/GithubObjects/Event.py similarity index 100% rename from github/Event.py rename to github/GithubObjects/Event.py diff --git a/github/Gist.py b/github/GithubObjects/Gist.py similarity index 100% rename from github/Gist.py rename to github/GithubObjects/Gist.py diff --git a/github/GistComment.py b/github/GithubObjects/GistComment.py similarity index 100% rename from github/GistComment.py rename to github/GithubObjects/GistComment.py diff --git a/github/GitBlob.py b/github/GithubObjects/GitBlob.py similarity index 100% rename from github/GitBlob.py rename to github/GithubObjects/GitBlob.py diff --git a/github/GitCommit.py b/github/GithubObjects/GitCommit.py similarity index 100% rename from github/GitCommit.py rename to github/GithubObjects/GitCommit.py diff --git a/github/GitRef.py b/github/GithubObjects/GitRef.py similarity index 100% rename from github/GitRef.py rename to github/GithubObjects/GitRef.py diff --git a/github/GitTag.py b/github/GithubObjects/GitTag.py similarity index 100% rename from github/GitTag.py rename to github/GithubObjects/GitTag.py diff --git a/github/GitTree.py b/github/GithubObjects/GitTree.py similarity index 100% rename from github/GitTree.py rename to github/GithubObjects/GitTree.py diff --git a/github/GithubObject.UnitTest.py b/github/GithubObjects/GithubObject.UnitTest.py similarity index 100% rename from github/GithubObject.UnitTest.py rename to github/GithubObjects/GithubObject.UnitTest.py diff --git a/github/GithubObject.py b/github/GithubObjects/GithubObject.py similarity index 100% rename from github/GithubObject.py rename to github/GithubObjects/GithubObject.py diff --git a/github/Hook.py b/github/GithubObjects/Hook.py similarity index 100% rename from github/Hook.py rename to github/GithubObjects/Hook.py diff --git a/github/Issue.py b/github/GithubObjects/Issue.py similarity index 100% rename from github/Issue.py rename to github/GithubObjects/Issue.py diff --git a/github/IssueComment.py b/github/GithubObjects/IssueComment.py similarity index 100% rename from github/IssueComment.py rename to github/GithubObjects/IssueComment.py diff --git a/github/IssueEvent.py b/github/GithubObjects/IssueEvent.py similarity index 100% rename from github/IssueEvent.py rename to github/GithubObjects/IssueEvent.py diff --git a/github/Label.py b/github/GithubObjects/Label.py similarity index 100% rename from github/Label.py rename to github/GithubObjects/Label.py diff --git a/github/Milestone.py b/github/GithubObjects/Milestone.py similarity index 100% rename from github/Milestone.py rename to github/GithubObjects/Milestone.py diff --git a/github/NamedUser.py b/github/GithubObjects/NamedUser.py similarity index 100% rename from github/NamedUser.py rename to github/GithubObjects/NamedUser.py diff --git a/github/ObjectCapacities/ArgumentsChecker.py b/github/GithubObjects/ObjectCapacities/ArgumentsChecker.py similarity index 100% rename from github/ObjectCapacities/ArgumentsChecker.py rename to github/GithubObjects/ObjectCapacities/ArgumentsChecker.py diff --git a/github/ObjectCapacities/Basic.py b/github/GithubObjects/ObjectCapacities/Basic.py similarity index 100% rename from github/ObjectCapacities/Basic.py rename to github/GithubObjects/ObjectCapacities/Basic.py diff --git a/github/ObjectCapacities/List.py b/github/GithubObjects/ObjectCapacities/List.py similarity index 100% rename from github/ObjectCapacities/List.py rename to github/GithubObjects/ObjectCapacities/List.py diff --git a/github/ObjectCapacities/TypePolicies.py b/github/GithubObjects/ObjectCapacities/TypePolicies.py similarity index 100% rename from github/ObjectCapacities/TypePolicies.py rename to github/GithubObjects/ObjectCapacities/TypePolicies.py diff --git a/github/ObjectCapacities/__init__.py b/github/GithubObjects/ObjectCapacities/__init__.py similarity index 100% rename from github/ObjectCapacities/__init__.py rename to github/GithubObjects/ObjectCapacities/__init__.py diff --git a/github/Organization.py b/github/GithubObjects/Organization.py similarity index 100% rename from github/Organization.py rename to github/GithubObjects/Organization.py diff --git a/github/PullRequest.py b/github/GithubObjects/PullRequest.py similarity index 100% rename from github/PullRequest.py rename to github/GithubObjects/PullRequest.py diff --git a/github/PullRequestComment.py b/github/GithubObjects/PullRequestComment.py similarity index 100% rename from github/PullRequestComment.py rename to github/GithubObjects/PullRequestComment.py diff --git a/github/PullRequestFile.py b/github/GithubObjects/PullRequestFile.py similarity index 100% rename from github/PullRequestFile.py rename to github/GithubObjects/PullRequestFile.py diff --git a/github/Repository.py b/github/GithubObjects/Repository.py similarity index 100% rename from github/Repository.py rename to github/GithubObjects/Repository.py diff --git a/github/RepositoryKey.py b/github/GithubObjects/RepositoryKey.py similarity index 100% rename from github/RepositoryKey.py rename to github/GithubObjects/RepositoryKey.py diff --git a/github/Tag.py b/github/GithubObjects/Tag.py similarity index 100% rename from github/Tag.py rename to github/GithubObjects/Tag.py diff --git a/github/Team.py b/github/GithubObjects/Team.py similarity index 100% rename from github/Team.py rename to github/GithubObjects/Team.py diff --git a/github/UserKey.py b/github/GithubObjects/UserKey.py similarity index 100% rename from github/UserKey.py rename to github/GithubObjects/UserKey.py diff --git a/github/GithubObjects.py b/github/GithubObjects/__init__.py similarity index 100% rename from github/GithubObjects.py rename to github/GithubObjects/__init__.py