U
    g                     @   s   G d d dZ dS )c                   @   s   e Zd ZddddZdS )BidiConnectionN)returnc                 C   s   || _ || _|| _d S )N)sessioncdpZdevtools)selfr   r   Zdevtools_import r   M/tmp/pip-unpacked-wheel-3ysq0mf8/selenium/webdriver/remote/bidi_connection.py__init__   s    zBidiConnection.__init__)__name__
__module____qualname__r   r   r   r   r   r      s   r   N)r   r   r   r   r   <module>       