mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Move generated code to 'github' instead of 'src/github'
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class InputFileContent( object ):
|
||||
def __init__( self, content ):
|
||||
self.__content = content
|
||||
|
||||
@property
|
||||
def _identity( self ):
|
||||
return {
|
||||
"content": self.__content,
|
||||
}
|
||||
Reference in New Issue
Block a user