o
    iC                     @   s   d Z ddlmZ dd ZdS )zCompatibility module.

It can be necessary to load files generated by previous versions of cloudpickle
that rely on symbols being defined under the `cloudpickle.cloudpickle_fast`
namespace.

See: tests/test_backward_compat.py
   )cloudpicklec                 C   s
   t t| S )N)getattrr   )name r   |/var/www/html/eduruby.in/lip-sync/lip-sync-env/lib/python3.10/site-packages/joblib/externals/cloudpickle/cloudpickle_fast.py__getattr__   s   
r   N)__doc__ r   r   r   r   r   r   <module>   s    	