login si signin done

This commit is contained in:
andrei-mihnea-cerbu
2024-01-13 03:18:17 +02:00
parent 7eb9cdd70d
commit a6a228ded9
26 changed files with 278 additions and 63 deletions
@@ -2,7 +2,7 @@ import re
class SignupModel:
def __init__(self, username:str, password:str, email:str):
def __init__(self, username: str, password: str, email: str):
self.username = username
self.password = password
self.email = email