#!/usr/bin/env python
import sys
from BisonGen import Main
Main.Run(sys.argv)
