1"""Run the EasyInstall command"""
2
3if __name__ == '__main__':
4    from setuptools.command.easy_install import main
5    main()
6