Renamed classes.py into decrypted_accounts.py. Removed unnessesary elements from that file

This commit is contained in:
2022-12-25 21:01:18 +03:00
parent 3f744723a9
commit 50eb3057d5
7 changed files with 14 additions and 27 deletions

View File

@ -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