更新 TETR.IO 模板 (#348)

*  更新路径以匹配模板

*  添加历史数据

* 🎨 优化模板模型代码结构

---------

Co-authored-by: shoucandanghehe <wallfjjd@gmail.com>
This commit is contained in:
渣渣120
2024-06-25 08:47:35 +08:00
committed by GitHub
parent 77b10a858e
commit 6291a2ba70
11 changed files with 100 additions and 108 deletions

View File

@@ -0,0 +1,10 @@
from datetime import datetime
from pydantic import BaseModel
from ....typing import Number
class TetraLeagueHistoryData(BaseModel):
record_at: datetime
tr: Number