a
    Lfg                     @   s   d d Z dS )c                 C   sN   ddl m} ddlm} t }t|| |}||u r@td|  || d |S )N    )numeric   )_raise_warningz-module 'numpy.core.numeric' has no attribute r   )Znumpy._corer   Z_utilsr   objectgetattrAttributeError)	attr_namer   r   sentinelret r   K/var/www/ai-form-bot/venv/lib/python3.9/site-packages/numpy/core/numeric.py__getattr__   s    
r   N)r   r   r   r   r   <module>       