"""LangGraph client bridge."""
from __future__ import annotations

from langgraph_sdk import get_client

__all__ = ["get_client"]
