diff options
author | Kyomotoi <0w0@imki.moe> | 2023-05-09 17:04:55 +0800 |
---|---|---|
committer | Kyomotoi <0w0@imki.moe> | 2023-05-09 17:04:55 +0800 |
commit | c3cddcf2ce87631824d31739f1cc9d2c52efacc8 (patch) | |
tree | 01cac456cd36dc2325bffbc09cdb3268d713c7b9 /ATRI/plugins/essential/models.py | |
parent | 6b3766c65af44154eae26ecc0a0b3a7bca9b2ea3 (diff) | |
download | ATRI-c3cddcf2ce87631824d31739f1cc9d2c52efacc8.tar.gz ATRI-c3cddcf2ce87631824d31739f1cc9d2c52efacc8.tar.bz2 ATRI-c3cddcf2ce87631824d31739f1cc9d2c52efacc8.zip |
♻️ 重构代码, 迁移功能
Diffstat (limited to 'ATRI/plugins/essential/models.py')
-rw-r--r-- | ATRI/plugins/essential/models.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ATRI/plugins/essential/models.py b/ATRI/plugins/essential/models.py deleted file mode 100644 index dd2a801..0000000 --- a/ATRI/plugins/essential/models.py +++ /dev/null @@ -1,7 +0,0 @@ -from pydantic import BaseModel - - -class RequestInfo(BaseModel): - user_id: str - comment: str - time: str |