
    <6hz                         d dl mZ  G d de      Zedk(  r[d dlmZ  e       Z e eee              e eee              G d d      Z	 e	       Z
 e ee
e              e ede             y	y	)
    )ABCc                   *    e Zd ZdZededefd       Zy)RichRenderablea#  An abstract base class for Rich renderables.

    Note that there is no need to extend this class, the intended use is to check if an
    object supports the Rich renderable protocol. For example::

        if isinstance(my_object, RichRenderable):
            console.print(my_object)

    otherreturnc                 6    t        |d      xs t        |d      S )z6Check if this class supports the rich render protocol.__rich_console____rich__)hasattr)clsr   s     Y/var/www/panel.atabookie.online/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py__subclasshook__zRichRenderable.__subclasshook__   s     u01OWUJ5OO    N)__name__
__module____qualname____doc__classmethodtypeboolr    r   r   r   r      s-     PT Pd P Pr   r   __main__)Textc                       e Zd Zy)FooN)r   r   r   r   r   r   r   r      s    r   r    N)abcr   r   r   pip._vendor.rich.textr   tprint
isinstancer   fr   r   r   <module>r#      s~    PS P" z*A	*T>
*+	*Q
'(  	A	*Q
'(	*R
() r   