o
    "gb                     @   s   d d Z dS )c                 C   sR   dd l }ddlm} t|| d }|d u rtd|  |jd|  dtdd |S )N    )_helperz+module 'numpy.fft.helper' has no attribute zThe numpy.fft.helper has been made private and renamed to numpy.fft._helper. All four functions exported by it (i.e. fftshift, ifftshift, fftfreq, rfftfreq) are available from numpy.fft. Please use numpy.fft.z	 instead.   )
stacklevel)warnings	numpy.fftr   getattrAttributeErrorwarnDeprecationWarning)	attr_namer   r   ret r   R/var/www/html/ecg_monitoring/venv/lib/python3.10/site-packages/numpy/fft/helper.py__getattr__   s   r   N)r   r   r   r   r   <module>   s    