o
    Zh                     @   s0   d dl mZmZ d dlmZ G dd deZdS )    )ABCabstractmethod)_SubParsersActionc                   @   s.   e Zd ZeedefddZedd ZdS )BaseHuggingfaceCLICommandparserc                 C      t  NNotImplementedError)r    r   X/var/www/html/lang_env/lib/python3.10/site-packages/huggingface_hub/commands/__init__.pyregister_subcommand   s   z-BaseHuggingfaceCLICommand.register_subcommandc                 C   r   r   r	   )selfr   r   r   run   s   zBaseHuggingfaceCLICommand.runN)__name__
__module____qualname__staticmethodr   r   r   r   r   r   r   r   r      s    r   N)abcr   r   argparser   r   r   r   r   r   <module>   s   