What's Changed
* Shorten method name, fix unit test install, update logo by KPreisner in https://github.com/Sindri-Labs/sindri-python/pull/38
* Add from sindri import Sindri import option by KPreisner in https://github.com/Sindri-Labs/sindri-python/pull/41
You can now import in 2 ways:
- `from sindri.sindri import Sindri` (original)
- `from sindri import Sindri` (new)
**Full Changelog**: https://github.com/Sindri-Labs/sindri-python/compare/v0.1.0a21...v0.1.0a22