from pydantic import BaseModel class AccountSettings(BaseModel): API_ID: int API_HASH: str NAME: str = "tg_account" SESSION: str