

set -ex



pip check
mypy -p terminado
pip list
pip list | grep -iE "terminado\s*0\.18\.1"
exit 0
