import wx class MainWin(wx.Frame): def __init__(self): wx.Frame.__init__(self, None, wx.ID_ANY, "Dagon Controller") self.Show(True)