o
    $i                      @   s&   d Z ddlmZ eG dd dZdS )zXThis module defines the base class for object scanning and gets rid of
reference cycles.    )DeveloperAPIc                   @   s   e Zd ZdZdS )DAGNodeBasez1Common base class for a node in a Ray task graph.N)__name__
__module____qualname____doc__ r   r   I/home/ubuntu/veenaModal/venv/lib/python3.10/site-packages/ray/dag/base.pyr      s    r   N)r   ray.util.annotationsr   r   r   r   r   r	   <module>   s    