\!/ KyuuKazami \!/

Path : /usr/bin/
Upload :
Current File : //usr/bin/pystache-2.7

#!/usr/bin/python2.7
# EASY-INSTALL-ENTRY-SCRIPT: 'pystache==0.5.3','console_scripts','pystache'
__requires__ = 'pystache==0.5.3'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('pystache==0.5.3', 'console_scripts', 'pystache')()
    )

@KyuuKazami