
class Foo:
        def __init__(self, x):
                self.x = x
                
        def execute(self):
                return self.x