使うたびに何を継承するかをクラスに伝えたい。
これが例です
class widget(var):
def __init__(self,var):
#I really have no idea
bob=widget(wx.ComboBox) #I want the class to inheirit from wx.ComboBox
steve=widget(wx.ListBox) #I want the class to inheirit from wx.ComboBox
「どうしてそんなことをしたいの?」などの質問はしないでください。