- Added `sans.Command`, and improved some handling regarding private commands
- Improved typehinting for `sans.Client` and associated functions
- Exposed `sans.ClientType` and `sans.AsyncClientType` as typehint-only types for typehinting purposes
- Both are implemented at runtime via [typing.NewType](https://docs.python.org/3/library/typing.html#newtype)