
    l i                        d dl mZ d dlZd dlZ G d dej                  Zej        Z	 ej        Z	 ej	        e         Z
	 ej	        e         ZdS )    )annotationsNc                  B    e Zd ZdZ e            Z e            ZddZdS )SentinelzEnum used to define sentinel values.

    .. seealso::

        `PEP 661 - Sentinel Values <https://peps.python.org/pep-0661/>`_.
    returnstrc                .    | j         j         d| j         S )N.)	__class____name__name)selfs    C/var/www/findabus/venv/lib/python3.11/site-packages/click/_utils.py__repr__zSentinel.__repr__   s    .)77DI777    N)r   r   )r   
__module____qualname____doc__objectUNSETFLAG_NEEDS_VALUEr    r   r   r   r      sK          FHHEvxx8 8 8 8 8 8r   r   )
__future__r   enumtypingtEnumr   r   r   LiteralT_UNSETT_FLAG_NEEDS_VALUEr   r   r   <module>r       s    " " " " " "     8 8 8 8 8ty 8 8 8 	 8,  )E
 5Y/0  @ @r   