def __init__(self, login: str, password: str): self.session = aiohttp.ClientSession(auth=aiohttp.BasicAuth(login=login, password=password))