This commit is contained in:
2025-11-16 14:29:01 +01:00
commit 4dc8435d6f
4 changed files with 83 additions and 0 deletions

5
models.py Normal file
View File

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