#!/usr/bin/python
import sys
import exiflow.exiassign
sys.exit(exiflow.exiassign.run(sys.argv[1:]))
