💡 update docstring for several modules

This commit is contained in:
yanyongyu
2020-10-06 02:08:48 +08:00
parent 2e989b5fe1
commit 734d3cd333
13 changed files with 597 additions and 51 deletions

View File

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
"""
协议适配基类
===========
============
各协议请继承以下基类,并使用 ``driver.register_adapter`` 注册适配器
"""