#!/usr/bin/env python
import sys
from servicemon.run_utils import Runner

runner = Runner()
runner.run_cl(sys.argv[1:])
