Renamed classes.py into decrypted_accounts.py. Removed unnessesary elements from that file
This commit is contained in:
8
src/decrypted_account.py
Normal file
8
src/decrypted_account.py
Normal file
@ -0,0 +1,8 @@
|
||||
import pydantic
|
||||
|
||||
|
||||
class DecryptedAccount(pydantic.BaseModel):
|
||||
user_id: int
|
||||
name: str
|
||||
login: str
|
||||
password: str
|
Reference in New Issue
Block a user