o
    h	                     @   s   d dl mZ d dlmZ d dlmZ d dlmZ d dlm	Z	 d dl
mZ d dlmZ d dlmZ d d	lmZmZ d d
lmZ d dlmZ dd ZedkrQe  dS dS )    )ArgumentParser)AuthCommands)CacheCommand)DownloadCommand)JobsCommands)LfsCommands)RepoCommands)RepoFilesCommand)EnvironmentCommandVersionCommand)UploadCommand)UploadLargeFolderCommandc                  C   s   t ddd} | jdd}t| t| t| t| t| t| t	| t
| t| t| t| |  }t|dsT|   td ||}|d urc|  d S d S )Nhfzhf <command> [<args>])usagezhf command helpers)helpfunc   )r   add_subparsersr   register_subcommandr   r   r   r   r	   r   r   r
   r   r   
parse_argshasattr
print_helpexitr   run)parsercommands_parserargsservice r   L/var/www/html/ai/venv/lib/python3.10/site-packages/huggingface_hub/cli/hf.pymain   s*   












r    __main__N)argparser   huggingface_hub.cli.authr   huggingface_hub.cli.cacher   huggingface_hub.cli.downloadr   huggingface_hub.cli.jobsr   huggingface_hub.cli.lfsr   huggingface_hub.cli.repor   huggingface_hub.cli.repo_filesr	   huggingface_hub.cli.systemr
   r   huggingface_hub.cli.uploadr   'huggingface_hub.cli.upload_large_folderr   r    __name__r   r   r   r   <module>   s   !
