All the constructor does is to store the arguments in the instance's namespace.
# - - - C o l o r M o d e l . _ _ i n i t _ _
def __init__ ( self, modelName, labelList ):
"""Constructor for ColorModel."""
self.modelName = modelName
self.labelList = labelList