From bb52f7b70dd3b5def1a938fbbc3c0ee08ea3a77c Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Sat, 28 Jan 2023 22:38:48 +0800 Subject: =?UTF-8?q?=E2=9C=A8=20=E6=96=B0=E5=A2=9E=20Nonebot=20=E5=95=86?= =?UTF-8?q?=E5=BA=97=E6=8F=92=E4=BB=B6=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/manage/models.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ATRI/plugins/manage/models.py (limited to 'ATRI/plugins/manage/models.py') diff --git a/ATRI/plugins/manage/models.py b/ATRI/plugins/manage/models.py new file mode 100644 index 0000000..90f8059 --- /dev/null +++ b/ATRI/plugins/manage/models.py @@ -0,0 +1,12 @@ +from pydantic import BaseModel + + +class NonebotPluginInfo(BaseModel): + module_name: str + project_link: str + name: str + desc: str + author: str + homepage: str + tags: list + is_official: bool -- cgit v1.2.3