#!/usr/bin/env python

from wxPython.lib.PyCrust.wrap import main
import sys, os

sys.path.insert(0, os.curdir)
main(sys.argv)