#!/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
# EASY-INSTALL-ENTRY-SCRIPT: 'graffiti-monkey==0.7.0','console_scripts','graffiti-monkey'
__requires__ = 'graffiti-monkey==0.7.0'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('graffiti-monkey==0.7.0', 'console_scripts', 'graffiti-monkey')()
    )
