#!/usr/bin/python2
# EASY-INSTALL-ENTRY-SCRIPT: 'holland==1.0.12','console_scripts','holland'
__requires__ = 'holland==1.0.12'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('holland==1.0.12', 'console_scripts', 'holland')()
)
