# This file is auto-generated by the CDP protocol generator.
# Do not edit this file manually as your changes will be overwritten.
# Generated from Chrome DevTools Protocol specifications.

"""CDP BrowserUse Domain Library"""

from typing import TYPE_CHECKING

if TYPE_CHECKING:
    from ...client import CDPClient


class BrowserUseClient:
    """Client for BrowserUse domain commands."""

    def __init__(self, client: "CDPClient"):
        self._client = client
