
    ?wgc                     (    d Z ddlmZ  G d d      Zy)zTablib - Command-line Interface table export support.

   Generates a representation for CLI from the dataset.
   Wrapper for tabulate library.
    )tabulatec                   (    e Zd ZdZdZdZed        Zy)	CLIFormatz+ Class responsible to export to CLI Format cliplainc                     |j                   r|j                  d|j                          |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/horilla/myenv/lib/python3.12/site-packages/tablib/formats/_cli.py
export_setzCLIFormat.export_set   sC     ??i9*coo6*6**    N)__name__
__module____qualname____doc__titler   classmethodr    r   r   r   r   	   s!    5EK+ +r   r   N)r   r   r   r   r   r   r   <module>r      s   
 *+ +r   