o
    j                     @  s  d 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
 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 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 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* 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)m0Z0 dd,l)m1Z1 dd-l)m2Z2 dd.l)m3Z3 dd/l)m4Z4 dd0l)m5Z5 dd1l)m6Z6 dd2l7m8Z8 dd3l7m9Z9 dd4l7m:Z: dd5l7m;Z; dd6l7m<Z< dd7l7m=Z= dd8l7m>Z> dd9l7m?Z? dd:l7m@Z@ dd;l7mAZA dd<l7mBZB dd=l7mCZC dd>l7mDZD dd?l7mEZE dd@lFmGZG ddAlFmHZH ddBlFmIZI ddClFmJZJ dKdHdIZKdJS )Lz
Click is a simple Python module inspired by the stdlib optparse to make
writing command line scripts fun. Unlike other modules, it's based
around a simple API that does not come with too much magic and is
composable.
    )annotations   )Argument)Command)CommandCollection)Context)Group)Option)	Parameter)ParameterSource)argument)command)confirmation_option)custom_version_option)group)help_option)make_pass_decorator)option)pass_context)pass_obj)password_option)version_option)Abort)BadArgumentUsage)BadOptionUsage)BadParameter)ClickException)	FileError)MissingParameter)NoSuchCommand)NoSuchOption)
UsageError)HelpFormatter)	wrap_text)get_current_context)clear)confirm)echo_via_pager)edit)get_pager_file)getchar)launch)pause)progressbar)prompt)secho)style)unstyle)BOOL)Choice)DateTime)File)FLOAT)
FloatRange)INT)IntRange)	ParamType)Path)STRING)Tuple)UNPROCESSED)UUID)echo)format_filename)get_app_dir)	open_filenamestrreturnobjectc                 C  s  dd l }| dkrddlm} |jdtdd |S | dkr,dd	lm} |jd
tdd |S | dkr@ddlm} |jdtdd |S | dkrVdd l}|jdtdd |j	
dS | dkrjddlm} |jdtdd |S | dkr~ddlm} |jdtdd |S t| )Nr   BaseCommandr   )_BaseCommandzT'BaseCommand' is deprecated and will be removed in Click 9.0. Use 'Command' instead.   )
stacklevelMultiCommand)_MultiCommandzS'MultiCommand' is deprecated and will be removed in Click 9.0. Use 'Group' instead.OptionParser)_OptionParserzi'OptionParser' is deprecated and will be removed in Click 9.0. The old parser is available in 'optparse'.__version__zThe '__version__' attribute is deprecated and will be removed in Click 9.1. Use feature detection or 'importlib.metadata.version("click")' instead.clickget_binary_stream)_get_binary_streamzC'get_binary_stream' is deprecated and will be removed in Click 9.0.get_text_stream)_get_text_streamzA'get_text_stream' is deprecated and will be removed in Click 9.0.)warningscorerI   warnDeprecationWarningrM   parserrO   importlib.metadatametadataversionutilsrS   rU   AttributeError)rD   rV   rI   rM   rO   	importlibrS   rU    ra   L/home/djax/ivt_ai_plugin/venv/lib/python3.10/site-packages/click/__init__.py__getattr__L   sd   rc   N)rD   rE   rF   rG   )L__doc__
__future__r   rW   r   r   r   r   r   r	   r
   r   
decoratorsr   r   r   r   r   r   r   r   r   r   r   r   
exceptionsr   r   r   r   r   r   r   r   r    r!   
formattingr"   r#   globalsr$   termuir%   r&   r'   r(   r)   r*   r+   r,   r-   r.   r/   r0   r1   typesr2   r3   r4   r5   r6   r7   r8   r9   r:   r;   r<   r=   r>   r?   r^   r@   rA   rB   rC   rc   ra   ra   ra   rb   <module>   s    