Renamed classes.py into decrypted_accounts.py. Removed unnessesary elements from that file
This commit is contained in:
@ -13,7 +13,7 @@ from ..account_checks import (
|
||||
check_password,
|
||||
)
|
||||
from ..account_parsing import accounts_to_json, json_to_accounts
|
||||
from ..classes import DecryptedAccount
|
||||
from ..decrypted_account import DecryptedAccount
|
||||
|
||||
Message = telebot.types.Message
|
||||
|
||||
|
Reference in New Issue
Block a user