mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-07 12:16:12 +08:00
10 lines
212 B
Python
10 lines
212 B
Python
from nonebot_plugin_marshoai.plugin import PluginMetadata
|
|
|
|
from .pc_cat import *
|
|
|
|
__marsho_meta__ = PluginMetadata(
|
|
name="养猫插件",
|
|
description="在Marsho这里赛博养猫",
|
|
author="Twisuki",
|
|
)
|