Ë
    óÿæi  ã            	       óâ   — d Z ddlZddlZddlZddlZ G d„ dej
                  «      Z edi  e ej                  d«      «      ¤ŽZ	ej                  e	_
        ee	_        e	ej                  edz   <   y)až  
Expose zipp.Path as .zipfile.Path.

Includes everything else in ``zipfile`` to match future usage. Just
use:

>>> from zipp.compat.overlay import zipfile

in place of ``import zipfile``.

Relative imports are supported too.

>>> from zipp.compat.overlay.zipfile import ZipInfo

The ``zipfile`` object added to ``sys.modules`` needs to be
hashable (#126).

>>> _ = hash(sys.modules['zipp.compat.overlay.zipfile'])
é    Nc                   ó   — e Zd Zd„ Zy)ÚHashableNamespacec                 ó<   — t        t        t        | «      «      «      S )N)ÚhashÚtupleÚvars)Úselfs    úh/Volumes/fast/ai/experiments/voice-extract-mac/.venv/lib/python3.12/site-packages/zipp/compat/overlay.pyÚ__hash__zHashableNamespace.__hash__   s   € Ü”Eœ$˜t›*Ó%Ó&Ð&ó    N)Ú__name__Ú
__module__Ú__qualname__r   © r   r
   r   r      s   „ ó'r   r   Úzipfilez.zipfiler   )Ú__doc__Ú	importlibÚsysÚtypesÚzippÚSimpleNamespacer   r   Úimport_moduler   ÚPathÚ_pathÚmodulesr   r   r   r
   Ú<module>r      sq   ðñó( Û 
Û ã ô'˜×-Ñ-ô 'ñ
 Ñ
G™dÐ#: 9×#:Ñ#:¸9Ó#EÓFÑ
G€Ø�y‰y€„Ø€„à%,€‡�ˆH�zÑ!Ò "r   