jpcad/Shape.py
2011-03-28 18:58:16 -04:00

5 lines
91 B
Python

class Shape(object):
def setVar(self, varid, value):
self.vars[varid] = value