#!/usr/bin/env python
import sys
from apycot import runreports
runreports.run(sys.argv[1:])
