
    e!h                     *    d dl Z ddlmZ dgZd Zd Zy)    N   )_splinesepfir2dc                      t         S )N)__all__     [/var/www/html/diagnosisapp-backend/venv/lib/python3.12/site-packages/scipy/signal/spline.py__dir__r      s    Nr	   c                     | t         vrt        d|  d      t        j                  d|  dt        d       t        t        |       S )Nz7scipy.signal.spline is deprecated and has no attribute z&. Try looking in scipy.signal instead.zPlease use `zW` from the `scipy.signal` namespace, the `scipy.signal.spline` namespace is deprecated.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )names    r
   __getattr__r      s]    7EdV L3 34 	4 MML 'G G-!= 7D!!r	   )r    r   r   r   r   r   r	   r
   <module>r      s   
  ,	"r	   