#!/usr/bin/env python

from csvkit.utilities.stack import CSVStack

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

