o
    ec                     @   s"   d Z ddlmZ G d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                   @   s$   e Zd ZdZdZdZedd ZdS )	CLIFormatz+ Class responsible to export to CLI Format cliplainc                 K   s2   |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kwargs r   F/var/www/html/venv/lib/python3.10/site-packages/tablib/formats/_cli.py
export_set   s   zCLIFormat.export_setN)__name__
__module____qualname____doc__titler	   classmethodr   r   r   r   r   r   	   s    r   N)r   r   r
   r   r   r   r   r   <module>   s    