Патч
All checks were successful
Build And Push / publish (push) Successful in 5m5s

This commit is contained in:
2025-11-11 12:58:58 +03:00
parent b602b75234
commit cf1324633d
9 changed files with 82 additions and 45 deletions

View File

@ -108,3 +108,8 @@ class SeriesValueModel(BaseModel):
filepath: str | None
mobileId: str | None
tisId: str | None
class EkgModel(BaseModel):
success: bool
# result: ...