def customUI(self): ######### modify for inheritence ########### cmds.text("this is where the custom UI elements go") cmds.separator(h=200) pass