def __init__(self, api_key): self.api_key = api_key self.client = api_app.test_client()
def __init__(self, api_key: str) -> None: self.api_key = api_key self.client = api_app.test_client()