#!/usr/bin/env python

from csvkit.utilities.csvjson import CSVJSON

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

