B
    ¬»ˆd  ã               @   s(   d Z G dd„ deƒZG dd„ deƒZdS )z—
    This module contains the warning classes for h5py. These classes are part of
    the public API of h5py, and should be imported from this module.
c               @   s   e Zd ZdS )ÚH5pyWarningN)Ú__name__Ú
__module__Ú__qualname__© r   r   úD/var/www/html/venv/lib/python3.7/site-packages/h5py/h5py_warnings.pyr      s   r   c               @   s   e Zd ZdS )ÚH5pyDeprecationWarningN)r   r   r   r   r   r   r   r      s   r   N)Ú__doc__ÚUserWarningr   r   r   r   r   r   Ú<module>   s   