#!/usr/bin/env python
import sys
from lsst.ctrl.mpexec.cli.pipetask import main
if __name__ == '__main__':
    sys.exit(main())

