
    `f                      @    d Z ddlmZ  ed          d             ZdS )z#Helper tasks for integration tests.    )shared_taskzcelery.ping)namec                      dS )z%Simple task that just returns 'pong'.pong r       N/var/www/html/env/lib/python3.11/site-packages/celery/contrib/testing/tasks.pypingr
      s	     6r   N)__doc__celeryr   r
   r   r   r	   <module>r      sP    ) )       -     !   r   