#! /usr/local/bin/python
import sys

sys.path.insert(0, "/usr/local/share/fsh")

import fsh

fsh.main()
