
    i                     <    d dl mZmZ  G d d      Z G d d      Zy)   )SyncSocketStreamAsyncSocketStreamc                        e Zd ZdededefdZy)SyncConnectorstreamhostportc                     t         NNotImplementedErrorselfr   r   r	   s       O/root/searxng-venv/lib/python3.12/site-packages/python_socks/_connectors/abc.pyconnectzSyncConnector.connect   s
     "!    N)__name__
__module____qualname__r   strintr    r   r   r   r      s#    " " " 	"r   r   c                        e Zd ZdededefdZy)AsyncConnectorr   r   r	   c                    K   t         wr   r   r   s       r   r   zAsyncConnector.connect   s      "!s   	N)r   r   r   r   r   r   r   r   r   r   r   r      s#    "!" " 	"r   r   N)_abcr   r   r   r   r   r   r   <module>r      s    6" "" "r   