#!/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
# EASY-INSTALL-ENTRY-SCRIPT: 'topzootools==0.1.1','console_scripts','zooplot'
__requires__ = 'topzootools==0.1.1'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('topzootools==0.1.1', 'console_scripts', 'zooplot')()
)
