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

7 lines
124 B
Python

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