U
    d`                     @   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)SequenceStringc                   @   s    e Zd ZdZe ZdddZdS )	CellWatch	cellWatchNc                 C   s
   || _ d S N)r)selfr    r
   A/tmp/pip-unpacked-wheel-rwywncvq/openpyxl/worksheet/cell_watch.py__init__   s    zCellWatch.__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 )	CellWatchesZcellWatches)Zexpected_typer   r
   c                 C   s
   || _ d S r   r   )r	   r   r
   r
   r   r      s    zCellWatches.__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   