#!/home/johnny/workspaces/lazerball/src/python3.4env/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'htdataredirector==0.3.0','console_scripts','htdataclient'
__requires__ = 'htdataredirector==0.3.0'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('htdataredirector==0.3.0', 'console_scripts', 'htdataclient')()
    )
