plugin_name不再受文件夹名称限制
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
from .base_plugin import BasePlugin
|
||||
from .base_action import BaseAction
|
||||
from .base_command import BaseCommand
|
||||
from .base_event_plugin import BaseEventPlugin
|
||||
from .base_events_handler import BaseEventHandler
|
||||
from .component_types import (
|
||||
ComponentType,
|
||||
ActionActivationType,
|
||||
@@ -16,6 +18,8 @@ from .component_types import (
|
||||
CommandInfo,
|
||||
PluginInfo,
|
||||
PythonDependency,
|
||||
EventHandlerInfo,
|
||||
EventType,
|
||||
)
|
||||
from .config_types import ConfigField
|
||||
|
||||
@@ -32,4 +36,8 @@ __all__ = [
|
||||
"PluginInfo",
|
||||
"PythonDependency",
|
||||
"ConfigField",
|
||||
"EventHandlerInfo",
|
||||
"EventType",
|
||||
"BaseEventPlugin",
|
||||
"BaseEventHandler",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user