§
    9Cgc  ã                  óT   — d dl mZ d dlmZ d dlmZ e G d„ d¦  «        ¦   «         ZdS )é    )Úannotations)Ú	dataclass©ÚUnionc                  ó@   — e Zd ZU ded<   d Z ej        Zd	d„Zd„ Zd„ ZdS )
ÚPydanticRecursiveRefÚstrÚtype_refÚreturnÚNonec                ó   — dS )z¢Defining __call__ is necessary for the `typing` module to let you use an instance of
        this class as the result of resolving a standard ForwardRef.
        N© )Úselfs    úQ/var/www/api/venv/lib/python3.11/site-packages/pydantic/_internal/_forward_ref.pyÚ__call__zPydanticRecursiveRef.__call__   s   € € € ó    c                ó    — t           | |f         S ©Nr   ©r   Úothers     r   Ú__or__zPydanticRecursiveRef.__or__   s   € ÝT˜5[Ô!Ð!r   c                ó    — t           || f         S r   r   r   s     r   Ú__ror__zPydanticRecursiveRef.__ror__   s   € ÝU˜D[Ô!Ð!r   N)r   r   )	Ú__name__Ú
__module__Ú__qualname__Ú__annotations__ÚobjectÚ__hash__r   r   r   r   r   r   r   r      s]   € € € € € € à€M€MMà%€HØŒ€Hðð ð ð ð
"ð "ð "ð"ð "ð "ð "ð "r   r   N)Ú
__future__r   Ú_annotationsÚdataclassesr   Útypingr   r   r   r   r   ú<module>r$      sy   ðØ 2Ð 2Ð 2Ð 2Ð 2Ð 2à !Ð !Ð !Ð !Ð !Ð !Ø Ð Ð Ð Ð Ð ð ð"ð "ð "ð "ð "ñ "ô "ñ „ð"ð "ð "r   