mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Comeback of GithubObject
This commit is contained in:
@@ -1,2 +1,10 @@
|
||||
class SimpleScalarAttributes:
|
||||
def __init__( self, *attributes ):
|
||||
self.__attributes = attributes
|
||||
|
||||
def GithubObject( *attributes ):
|
||||
pass
|
||||
class GithubObject:
|
||||
def __init__( self, github, attributes, lazy ):
|
||||
pass
|
||||
|
||||
return GithubObject
|
||||
|
||||
Reference in New Issue
Block a user