Streamlining Python SDK Imports
v0.1.0a17
Previous to this release, your import of the Sindri API client in a python script looked something like this:
from sindri.sindri import Sindri
As a small act of service, we've simplified that to
from sindri import Sindri
No need to update your existing code, as the old version version still works!