""" ClickHouse connection — delegates to ja4_common shared client. """ from ja4_common.clickhouse import get_client as _get_client, ClickHouseClient # Re-export for backward compatibility with existing route imports db: ClickHouseClient = _get_client()