diff options
author | Kyomotoi <[email protected]> | 2022-12-02 08:52:19 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-12-02 08:52:19 +0800 |
commit | 1ee2eae499b79bf0d22212184bffd57d873826cc (patch) | |
tree | 918453ecf521bf7266bc1eb0cdd703470d603f31 /ATRI/plugins/setu/models.py | |
parent | 6c43fc43b7c408bce13775f1a1024809c66c904e (diff) | |
download | ATRI-1ee2eae499b79bf0d22212184bffd57d873826cc.tar.gz ATRI-1ee2eae499b79bf0d22212184bffd57d873826cc.tar.bz2 ATRI-1ee2eae499b79bf0d22212184bffd57d873826cc.zip |
🎨 重构涩图组件
Diffstat (limited to 'ATRI/plugins/setu/models.py')
-rw-r--r-- | ATRI/plugins/setu/models.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ATRI/plugins/setu/models.py b/ATRI/plugins/setu/models.py new file mode 100644 index 0000000..7144f27 --- /dev/null +++ b/ATRI/plugins/setu/models.py @@ -0,0 +1,6 @@ +from pydantic import BaseModel + + +class SetuInfo(BaseModel): + title: str + pid: str |