#!/home/vahram_barkhudaryan/Projects/lichee/lichee-a20/out/quadro/common/buildroot/host/usr/bin/python2.7
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==5.8','console_scripts','easy_install'
__requires__ = 'setuptools==5.8'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('setuptools==5.8', 'console_scripts', 'easy_install')()
    )
