from Constraint import Constraint class Horizontal(Constraint): def __init__(self, shape): self.shape = shape