#!/usr/bin/env python

import cifilter
import sys

cifilter.main(sys.argv)
