#!/usr/bin/env python

from csvkit.utilities.csvgrep import CSVGrep

if __name__ == '__main__':
    CSVGrep().main()

