Files
tablib/tabbed
T
Kenneth Reitz 1a122f2a4d gitignore
2010-09-12 13:12:21 -04:00

14 lines
178 B
Python
Executable File

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Tabbed
Copyright (c) 2010 Kenneth Reitz. MIT License.
"""
import tablib.cli
if __name__ == '__main__':
tablib.cli.start()