def __init__(self, s=Variable('s'), p=Variable('p'), o=Variable('o')): self.s = s self.p = p self.o = o