Renamed classes.py into decrypted_accounts.py. Removed unnessesary elements from that file
This commit is contained in:
@ -3,7 +3,7 @@ from typing import Iterable, Self
|
||||
|
||||
import pydantic
|
||||
|
||||
from .classes import DecryptedAccount
|
||||
from .decrypted_account import DecryptedAccount
|
||||
|
||||
|
||||
class _Account(pydantic.BaseModel):
|
||||
|
Reference in New Issue
Block a user