o
    g                     @   s@   d dl mZ d dlmZmZ G dd deZG dd deZdS )    )Serialisable)StringSequencec                   @   s"   e Zd ZdZe Z	dddZdS )CustomPropertycustomPropertyNc                 C   
   || _ d S N)name)selfr	    r   S/var/www/html/api-tag/env/lib/python3.10/site-packages/openpyxl/worksheet/custom.py__init__      
zCustomProperty.__init__r   )__name__
__module____qualname__tagnamer   r	   r   r   r   r   r   r      s
    r   c                   @   s*   e Zd ZdZeedZdZ	dddZdS )	CustomPropertiescustomProperties)expected_typecustomPrr   c                 C   r   r   r   )r
   r   r   r   r   r      r   zCustomProperties.__init__N)r   )	r   r   r   r   r   r   r   __elements__r   r   r   r   r   r      s    
r   N)!openpyxl.descriptors.serialisabler   openpyxl.descriptorsr   r   r   r   r   r   r   r   <module>   s   