Closed keturn closed 3 years ago
This makes it so that after poetry install, you can run the script as leech instead of python3 leech.py.
poetry install
leech
python3 leech.py
This makes it so that after
poetry install
, you can run the script asleech
instead ofpython3 leech.py
.