> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 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: