Initial Commit

Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
2026-01-28 11:42:27 -06:00
commit da6f623d38
13 changed files with 604 additions and 0 deletions

5
app/models.py Normal file
View File

@@ -0,0 +1,5 @@
from pydantic import BaseModel
class EmailData(BaseModel):
subject: str
body: str