mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Move classes around
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from GithubObject import *
|
||||
|
||||
from Commit import Commit
|
||||
|
||||
Tag = GithubObject(
|
||||
"Tag",
|
||||
InternalSimpleAttributes(
|
||||
"name", "zipball_url", "tarball_url",
|
||||
"_repo",
|
||||
),
|
||||
InternalObjectAttribute( "commit", Commit )
|
||||
)
|
||||
Reference in New Issue
Block a user