File: run.py

package info (click to toggle)
python-envisageplugins 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,600 kB
  • sloc: python: 6,968; sh: 11; makefile: 8; lisp: 1
file content (2 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (4)
1
2
import wx; app = wx.PySimpleApp()
from ui.main import main; main()