## Development

```

virtualenv .venv 

pip install -r requirements.txt

pip install pyinstaller
pyinstaller -F -c  getHero.py

```