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

sys.exit(
   load_entry_point('topzootools==0.0.1', 'console_scripts', 'zoomerge')()
)
