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__.pyfile, 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: