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