Added
- Generated .gitignore from https://gitignore.io
- Added variable injection
- Added supporting documentation in README.md
- Began using [poetry](https://python-poetry.org) to manage the project
- Made the project into a callable module
Changed
- Massive improvements on style parsing
Removed
- `main.py` as this is now mostly in `__main__.py`
- `makefile` as this is not yet used
- `.vscode/`