Files
tablib/tabbed.py
T
Kenneth Reitz 1731782113 general update
2010-07-16 17:23:10 -04:00

14 lines
222 B
Python
Executable File

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