mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-01 06:01:26 +08:00
14 lines
323 B
Python
14 lines
323 B
Python
from nonebot_plugin_marshoai.plugin import PluginMetadata
|
|
|
|
# from .chat import *
|
|
from .file_io import *
|
|
from .liteyuki import *
|
|
from .manager import *
|
|
from .network import *
|
|
|
|
__marsho_meta__ = PluginMetadata(
|
|
name="内置增强组件",
|
|
description="内置工具插件",
|
|
author="MarshoTeam of LiteyukiStudio",
|
|
)
|