增加logging API

This commit is contained in:
UnCLAS-Prommer
2025-07-19 19:11:59 +08:00
parent 400ffd0b53
commit ca5a45c090
4 changed files with 14 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ from .component_types import (
PythonDependency,
EventHandlerInfo,
EventType,
MaiMessages,
)
from .config_types import ConfigField
@@ -40,4 +41,5 @@ __all__ = [
"EventType",
"BaseEventPlugin",
"BaseEventHandler",
"MaiMessages",
]