o
    b²“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   ú@/home/ubuntu/.local/lib/python3.10/site-packages/ray/dag/base.pyr      s    r   N)r   Úray.util.annotationsr   r   r   r   r   r	   Ú<module>   s    