Ë
    Fü´j1  ã                   ó0   — d Z ddlmZmZ  G d„ dee«      Zy)zProvide the Stylesheet class.é    )ÚDynamicAttributesÚPRAWBasec                   ó   — e Zd ZdZy)Ú
Stylesheeta—  Represent a stylesheet.

    .. include:: ../../typical_attributes.rst

    ============== ========================================
    Attribute      Description
    ============== ========================================
    ``images``     A list of images used by the stylesheet.
    ``stylesheet`` The contents of the stylesheet, as CSS.
    ============== ========================================

    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© ó    úT/root/workspace/ytshorts/venv/lib/python3.12/site-packages/praw/models/stylesheet.pyr   r      s   „ òr   r   N)r
   Úpraw.models.baser   r   r   r   r   r   ú<module>r      s   ðÙ #ç 8ôÐ" Hõ r   