Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import wx
- from wx import xrc
- class VisualController(wx.App):
- def OnInit(self):
- self.res = xrc.XmlResource('data/GUI.xrc')
- def main():
- VisualController()
- return
- if __name__ == '__main__':main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement