class SuperposeDLL(KellerNukePlugin): def configurePlugin(self): # Superpose pass nuke.load("superpose.dll") def unconfigurePlugin(self): pass