#! /usr/bin/python

import sys
sys.path[:0] = ['/usr/share/pype']
import pype
pype.main()
