mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
8 lines
125 B
Text
8 lines
125 B
Text
|
class Foo:
|
||
|
async def RIGHT(self, x: int):
|
||
|
return [
|
||
|
1,
|
||
|
2,
|
||
|
ChangeMe,
|
||
|
]
|