""" A module to control processing with nuance. This inheritcs from numcKin which does all the work. This modules only sets names. This should eventually be replaced by a class that runs nuance. """ import numcKin class nuance(numcKin.numcKin): """ A class to control processing with nuance. This inheritcs from numcKin which does all the work. This modules only sets names. This should eventually be replaced by a class that runs nuance. """ ############################################################## def getModuleName(self): """Return module name""" return "nuance" ############################################################## def getShortModuleName(self): """Return module name""" return "numc"