updated Redis

This commit is contained in:
2025-01-13 19:05:25 +03:00
parent c4013943a1
commit 6d77c34252
12 changed files with 257 additions and 122 deletions

View File

@@ -1,6 +1,7 @@
from pydantic import BaseModel
from typing import List, Dict, Optional
class EmailSendModel(BaseModel):
subject: str
html: str = ""