a
    Lfb                     @   s   d d Z dS )c                 C   sR   dd l }ddlm} t|| d }|d u r6t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)warningsZ	numpy.fftr   getattrAttributeErrorwarnDeprecationWarning)	attr_namer   r   ret r   I/var/www/ai-form-bot/venv/lib/python3.9/site-packages/numpy/fft/helper.py__getattr__   s    r   N)r   r   r   r   r   <module>       