
    uj                     >    d dl mZmZ d dlmZ  G d de          ZdS )    )ABCabstractmethod)ArgumentParserc                   T    e Zd ZdZeedefd                        Zed             ZdS )
CLICommandz,
    Base class for command line tool.

    parsersc                     t                      NNotImplementedError)r   s    c/lsinfo/ai/hellotax_ai/data_center/backend/venv/lib/python3.11/site-packages/modelscope/cli/base.pydefine_argszCLICommand.define_args   s     "###    c                     t                      r
   r   )selfs    r   executezCLICommand.execute   s    !###r   N)	__name__
__module____qualname____doc__staticmethodr   r   r   r    r   r   r   r      sj         
 $^ $ $ $ ^ \$ $ $ ^$ $ $r   r   N)abcr   r   argparser   r   r   r   r   <module>r      se    $ # # # # # # # # # # # # #$ $ $ $ $ $ $ $ $ $r   