Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wiseplat
GitHub Repository: wiseplat/python-code
Path: blob/master/ invest-robot-contest_TinkoffBotTwitch-main/venv/lib/python3.8/site-packages/easy_install.py
5931 views
1
"""Run the EasyInstall command"""
2
3
if __name__ == '__main__':
4
from setuptools.command.easy_install import main
5
main()
6
7