
    Mwg                     L    d dl mZ d dlmZmZ  G d de      Z G d de      Zy)    )Serialisable)StringSequencec                   (    e Zd ZdZ e       Z	 ddZy)CustomPropertycustomPropertyNc                     || _         y N)name)selfr   s     P/var/www/horilla/myenv/lib/python3.12/site-packages/openpyxl/worksheet/custom.py__init__zCustomProperty.__init__   s     	    r
   )__name__
__module____qualname__tagnamer   r   r    r   r   r   r      s    G8D r   r   c                   0    e Zd ZdZ ee      ZdZ	 ddZy)CustomPropertiescustomProperties)expected_typecustomPrc                     || _         y r
   r   )r   r   s     r   r   zCustomProperties.__init__   s     !r   N)r   )	r   r   r   r   r   r   r   __elements__r   r   r   r   r   r      s      Gn5H L !r   r   N)!openpyxl.descriptors.serialisabler   openpyxl.descriptorsr   r   r   r   r   r   r   <module>r      s%    :	\ 	!| !r   