£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

Re
                 @   s5   d  Z  d d d d d g Z Gd d   d e  Z d S)	z
For types associated with installation schemes.

For a general overview of available schemes and their context, see
https://docs.python.org/3/install/index.html#alternate-installation.
platlibpurelibheadersscriptsdatac               @   s(   e  Z d  Z d Z e Z d d   Z d S)SchemeztA Scheme holds paths which are used as the base directories for
    artifacts associated with a Python package.
    c             C   s1   | |  _  | |  _ | |  _ | |  _ | |  _ d  S)N)r   r   r   r   r   )selfr   r   r   r   r    r   /builddir/build/BUILDROOT/alt-python35-pip-20.2.4-5.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/scheme.py__init__   s
    				zScheme.__init__N)__name__
__module____qualname____doc__SCHEME_KEYS	__slots__r
   r   r   r   r	   r      s   r   N)r   r   objectr   r   r   r   r	   <module>   s   