> 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 现在支持指定文件从根目录的 `__init__.py` 文件中自动导出

### 变更内容

* Python 现在支持指定文件从根目录的 `__init__.py` 文件中自动导出，这意味着你可以从包中导出自定义类和函数供用户访问，如下所示：
* 为基础客户端添加文档字符串以解释用法，示例：