def commonUI(self): ######### modify for inheritence ########### cmds.text('this is where the common UI elements go') cmds.separator(h=100) pass