Esempio n. 1
0
def main():
    app = wx.App()
    frame = Window(None, "Untitled - Codepad")
    frame.Show()
    app.MainLoop()