U
    Hvf                     @   sV   d dl Z ddlmZ dddddd	d
ddddddddddddddgZdd Zdd ZdS )    N   )_codataZphysical_constantsvalueunitZ	precisionfindZConstantWarningZtxt2002Ztxt2006Ztxt2010Ztxt2014Ztxt2018Zparse_constants_2002to2014Zparse_constants_2018toXXXXkcZmu0Zepsilon0Zexact_valueskeyvalvc                   C   s   t S )N)__all__ r   r   :/tmp/pip-unpacked-wheel-96ln3f52/scipy/constants/codata.py__dir__   s    r   c                 C   s:   | t krtd|  dtjd|  dtdd tt| S )Nz:scipy.constants.codata is deprecated and has no attribute z). Try looking in scipy.constants instead.zPlease use `z]` from the `scipy.constants` namespace, the `scipy.constants.codata` namespace is deprecated.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )namer   r   r   __getattr__   s    
 r   )r    r   r   r   r   r   r   r   r   <module>   s2                   
