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