
    kh                     6    d dl mZmZ d dlmZ  G d de      Zy)    )ABCabstractmethod)_SubParsersActionc                   <    e Zd Zeedefd              Zed        Zy)BaseHuggingfaceCLICommandparserc                     t               NNotImplementedError)r   s    ]/var/www/teggl/fontify/venv/lib/python3.12/site-packages/huggingface_hub/commands/__init__.pyregister_subcommandz-BaseHuggingfaceCLICommand.register_subcommand   s     "##    c                     t               r
   r   )selfs    r   runzBaseHuggingfaceCLICommand.run   s    !##r   N)__name__
__module____qualname__staticmethodr   r   r   r    r   r   r   r      s8    $$5 $  $ $ $r   r   N)abcr   r   argparser   r   r   r   r   <module>r      s    $ &$ $r   