Sorry for my noob question, but what is the purpose of the package? I can run in a terminal locally or at a cloud's CI/CD the following two commands: ``` > mypy src/ && mypy tests/ > pytest tests/ ``` So why waste time on a new package development instead of just running two simple commands?