#!/usr/bin/env python
# copyright Oscar Benjamin 2011
#
# run sode as a python script.
import sys
from sode.weiners import main
main(sys.argv[1:])
