First commit

This commit is contained in:
2025-05-05 14:01:08 -05:00
parent d93cab7149
commit 2ad1d713cb
16 changed files with 396 additions and 0 deletions

5
src/models/models.py Normal file
View File

@@ -0,0 +1,5 @@
from pydantic import BaseModel
class User(BaseModel):
username: str
password: str