""" A module to control processing with Genie. This inheritcs from numcKin which does all the work. numcKin loads a prexisiting tracker file and makes it look like it came # from the appropriate generator in IcedustControl. This modules only sets names. This module will be updated in the future to actually run Genie. """ import numcKin class genie(numcKin.numcKin): """A class to read kin files from Genie into the system. """ ########################################################### def getModuleName(self): """Return module name""" return "genie" ########################################################### def getShortModuleName(self): """Return module name""" return "numc"