from ccdb.cmd import ConsoleUtilBase def create_util_instance(): import ccdb.cmd util = MakeTable() if(ccdb.cmd.verbose): print "registring MakeTable..." return util class MakeTable(ConsoleUtilBase): command = "mktbl" name = "MakeTable" shortDescr = "Create constants type table" def process(self, args): print "MakeTable module is gained a control over the process." print args