This commit is contained in:
andrei-mihnea-cerbu
2024-01-12 22:19:19 +02:00
parent 37b2c068b8
commit e65b05b451
59 changed files with 349 additions and 190 deletions
+6
View File
@@ -0,0 +1,6 @@
from pydantic import BaseModel
class Login(BaseModel):
password: str
email: str