# Given As a `bash` user I want to run a `python` package ## When `pym` and [kat](https://github.com/jalanb/kat) are installed into `python` ## Then This bash command `python -m kat -h` should be equivalent to `pym kat -h`
Given
As a
bashuser I want to run apythonpackageWhen
pymand kat are installed intopythonThen
This bash command
python -m kat -hshould be equivalent to
pym kat -h