o
    5ti%                     @   s@   d dl mZ d dlmZ ddlmZ eddG dd dZd	S )
    )	dataclass)Any   )StyleT)frozenc                   @   sH   e Zd ZU dZeed< 	 eed< 	 eed< 	 eed< 	 defddZ	d	S )
Cellz6
    A data class representing a cell in a table.
    rowcolvaluedefault_stylereturnc                 C   s
   | j dk S )z8
        Return |True| if the cell is a header.
        r   )r   )self r   M/home/ubuntu/.local/lib/python3.10/site-packages/pytablewriter/style/_cell.pyis_header_row   s   
zCell.is_header_rowN)
__name__
__module____qualname____doc__int__annotations__r   r   boolr   r   r   r   r   r      s   
 r   N)dataclassesr   typingr   _styler   r   r   r   r   r   <module>   s
    