#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'Plywood==0.5.11','console_scripts','plywood'
__requires__ = 'Plywood==0.5.11'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('Plywood==0.5.11', 'console_scripts', 'plywood')()
)
