diff --git a/Shape.py b/Shape.py index 518346a..6dbcd15 100644 --- a/Shape.py +++ b/Shape.py @@ -1,3 +1,4 @@ class Shape(object): - pass + def setVar(self, varid, value): + self.vars[varid] = value