🏗️ change code structure

This commit is contained in:
yanyongyu
2021-11-16 18:30:16 +08:00
parent d1c6eeb6c2
commit 4cbdd726e5
19 changed files with 276 additions and 226 deletions

View File

@ -1,6 +1,6 @@
from nonebot import on_command
from nonebot.log import logger
from nonebot.processor import Depends
from nonebot.dependencies import Depends
test = on_command("123")