#!/alma/ACS-8.2/Python/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'pythoscope==0.3.2','console_scripts','pythoscope'
__requires__ = 'pythoscope==0.3.2'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('pythoscope==0.3.2', 'console_scripts', 'pythoscope')()
)
