#!/usr/bin/python

import sys

import wcs.qommon.ctl

ctl = wcs.qommon.ctl.Ctl(cmd_prefixes=['wcs.ctl'])
ctl.run(sys.argv[1:])

