+
    ~j              	           R t ^ RIt^ RIt^ RIt^ RIt ! R R]P
                  4      t]! R/ ]! ]P                  ! R4      4      B t	]P                  ]	n
        ]]	n        ]	]P                  ]R,           &   R# )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                   &   a  ] tR t^t o R tRtV tR# )HashableNamespacec                <    \        \        \        V 4      4      4      # )N)hashtuplevars)selfs   &h/Users/mitch_tango/dev/rabbit-r1-livekit/agent/.venv/lib/python3.14/site-packages/zipp/compat/overlay.py__hash__HashableNamespace.__hash__   s    E$t*%&&     N)__name__
__module____qualname____firstlineno__r
   __static_attributes____classdictcell__)__classdict__s   @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       sn   (  
  '-- '
 
Gd9#:#:9#EF
Gyy%,Hz! "r   