Source code for tavily_fastmcp._typing
"""Local typing helpers for third-party MCP objects."""
from __future__ import annotations
from collections.abc import Callable
from typing import Any, Protocol, TypeVar
"""Local typing helpers for third-party MCP objects."""
from __future__ import annotations
from collections.abc import Callable
from typing import Any, Protocol, TypeVar