def __init__(self): ''' @summary: Constructor ''' # Initialise the Builder GUI app = wx.App() builder_gui = Gui() builder_gui.Show() app.MainLoop()