February 20, 2024

0.11.1

(feat): Python now supports specifying files to auto-export from the root __init__.py file

What’s changed

  • Python now supports specifying files to auto-export from the root __init__.py file, this means you can export custom classes and functions from your package for users to access like so:
  • Add a docstring for base clients to explain usage, example: