o
    $6÷d©  ã                   @  s.   d dl mZ d dlmZ eG dd„ dƒƒZdS )é    )Úannotations)Ú	dataclassc                   @  s*   e Zd ZU ded< d Z ejZddd„ZdS )	ÚPydanticRecursiveRefÚstrZtype_refÚreturnÚNonec                 C  s   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© )Úselfr   r   úvC:\Users\jesus\OneDrive\Desktop\erpjis_fastapi\backend\jisbackend\Lib\site-packages\pydantic/_internal/_forward_ref.pyÚ__call__   s    zPydanticRecursiveRef.__call__N)r   r   )Ú__name__Ú
__module__Ú__qualname__Ú__annotations__ÚobjectÚ__hash__r   r   r   r   r
   r      s
   
 r   N)Ú
__future__r   Z_annotationsÚdataclassesr   r   r   r   r   r
   Ú<module>   s    