in confidence/confidence.py [0:0]
def __init__(
self,
client_secret: str,
region: Region = Region.GLOBAL,
apply_on_resolve: bool = True,
custom_resolve_base_url: Optional[str] = None,
logger: logging.Logger = logging.getLogger("confidence_logger"),
async_client: httpx.AsyncClient = httpx.AsyncClient(),