o
    Ggr                     @   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)warningsZ	numpy.fftr   getattrAttributeErrorwarnDeprecationWarning)	attr_namer   r   ret r   QC:\Users\micha\Documents\internet-seite\env\Lib\site-packages\numpy/fft/helper.py__getattr__   s   r   N)r   r   r   r   r   <module>   s    