💡 add docstrings

This commit is contained in:
yanyongyu
2022-01-18 23:46:10 +08:00
parent 608cf859c8
commit 4701537a48
8 changed files with 153 additions and 194 deletions

View File

@ -1,5 +1,4 @@
"""
## 配置
"""本模块定义了 NoneBot 本身运行所需的配置项。
NoneBot 使用 [`pydantic`](https://pydantic-docs.helpmanual.io/) 以及 [`python-dotenv`](https://saurabh-kumar.com/python-dotenv/) 来读取配置。