B
    P\                 @   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 )CustomPropertyZcustomPropertyNc             C   s
   || _ d S )N)name)selfr    r   8lib/python3.7/site-packages/openpyxl/worksheet/custom.py__init__   s    zCustomProperty.__init__)N)__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 )	CustomPropertiesZcustomProperties)Zexpected_type)customPrr   c             C   s
   || _ d S )N)r   )r   r   r   r   r	   r
      s    zCustomProperties.__init__N)r   )	r   r   r   r   r   r   r   Z__elements__r
   r   r   r   r	   r      s   
r   N)Z!openpyxl.descriptors.serialisabler   Zopenpyxl.descriptorsr   r   r   r   r   r   r   r	   <module>   s   