
    df                    :    d dl mZ d dlmZ e G d d             Zy)    )annotations)	dataclassc                  <    e Zd ZU ded<   d Z ej
                  ZddZy)PydanticRecursiveRefstrtype_refc                     y)zDefining __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    X/home/api-vastappli/venv/lib/python3.12/site-packages/pydantic/_internal/_forward_ref.py__call__zPydanticRecursiveRef.__call__   s        N)returnNone)__name__
__module____qualname____annotations__object__hash__r   r
   r   r   r   r      s    M%HHr   r   N)
__future__r   _annotationsdataclassesr   r   r
   r   r   <module>r      s$    2 ! 	 	 	r   