"""Asynchronous Python client for the WAQI API.""" from __future__ import annotations import logging LOGGER = logging.getLogger(__package__)