mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 16:21:28 +00:00
add fastapi routes, adapters
This commit is contained in:
@ -7,9 +7,9 @@ import importlib
|
||||
from types import ModuleType
|
||||
from typing import Set, Dict, Type, Optional
|
||||
|
||||
from .log import logger
|
||||
from .rule import Rule
|
||||
from .matcher import Matcher
|
||||
from nonebot.rule import Rule
|
||||
from nonebot.log import logger
|
||||
from nonebot.matcher import Matcher
|
||||
|
||||
plugins: Dict[str, "Plugin"] = {}
|
||||
|
||||
|
Reference in New Issue
Block a user