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

sys.exit(
   load_entry_point('topzootools==0.0.2', 'console_scripts', 'zooconvert')()
)
