
    fhc                     0    d Z ddlmZ  G d d          ZdS )zTablib - Command-line Interface table export support.

   Generates a representation for CLI from the dataset.
   Wrapper for tabulate library.
    )tabulatec                   0    e Zd ZdZdZdZed             ZdS )	CLIFormatz+ Class responsible to export to CLI Format cliplainc                     |j         r|                    d|j                    |                    d| j                   t          |fi |S )z(Returns CLI representation of a Dataset.headerstablefmt)r	   
setdefaultDEFAULT_FMTTabulate)clsdatasetkwargss      J/var/www/histauto/venv/lib/python3.11/site-packages/tablib/formats/_cli.py
export_setzCLIFormat.export_set   sT     ? 	:i999*co666**6***    N)__name__
__module____qualname____doc__titler   classmethodr    r   r   r   r   	   s=        55EK+ + [+ + +r   r   N)r   r   r   r   r   r   r   <module>r      sU    
 * ) ) ) ) )+ + + + + + + + + +r   