📝 add examples

This commit is contained in:
yanyongyu
2022-01-07 18:38:04 +08:00
parent 6b2d8d2674
commit 0a10a3c18b
13 changed files with 167 additions and 36 deletions

View File

@ -4,8 +4,6 @@ from typing import TYPE_CHECKING, Set
import pytest
from utils import load_plugin
if TYPE_CHECKING:
from nonebot.plugin import Plugin