Current File : //opt/imh-python/bin/tabulate
#!/opt/imh-python/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'tabulate==0.7.5','console_scripts','tabulate'
__requires__ = 'tabulate==0.7.5'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('tabulate==0.7.5', 'console_scripts', 'tabulate')()
    )