tabbed runner

This commit is contained in:
Kenneth Reitz
2010-09-25 17:28:46 -04:00
parent 3a9c3944cf
commit 392eaac299
Submodule tabbed deleted from 28a722239b
Executable
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Tabbed -- CLI for Tablib
Copyright (c) 2010 Kenneth Reitz. MIT License.
"""
import tablib.cli
if __name__ == '__main__':
tablib.cli.start()