jpcad/Vertical.py
2011-03-28 15:37:47 -04:00

7 lines
122 B
Python

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