#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'trash-cli==0.12.7','console_scripts','trash'
__requires__ = 'trash-cli==0.12.7'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('trash-cli==0.12.7', 'console_scripts', 'trash')()
)
