
    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)SequenceStringc                   (    e Zd ZdZ e       Z	 ddZy)	CellWatch	cellWatchNc                     || _         y N)r)selfr   s     T/var/www/horilla/myenv/lib/python3.12/site-packages/openpyxl/worksheet/cell_watch.py__init__zCellWatch.__init__   s         r
   )__name__
__module____qualname__tagnamer   r   r    r   r   r   r   
   s    GA r   r   c                   0    e Zd ZdZ ee      ZdZ	 ddZy)CellWatchescellWatches)expected_typer   c                     || _         y r
   r   )r   r   s     r   r   zCellWatches.__init__   s     #r   N)r   )	r   r   r   r   r   r   r   __elements__r   r   r   r   r   r      s     Gy1I!L #r   r   N)!openpyxl.descriptors.serialisabler   openpyxl.descriptorsr   r   r   r   r   r   r   <module>r      s%    :	 	#, #r   