class Foo:
    async def RIGHT(self, x: int):
        return [
            1,
            2,
            ChangeMe,
        ]