Fixed
- All combinations of borders now draws correctly in `Panel`
- Readme example missing import
Added
- `Grid` class that handles a set of `Panel`s spanning any set of cells in a rectangular grid
- `ProgressBar` panel to show the value of a variable graphically, allows a description
- Folder of example usage
- `Panel` constructor now takes `border` as an argument as well
Changed
- Minimum python version is 3.8. Probably.
- Refer mostly to vonshednob.cc instead of github.com