def __init__(self, username, secret, uri=EMARSYS_URI): super().__init__(username, secret, uri) self.session = aiohttp.ClientSession()