<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ž
à’Re¯  c               @   sP   d  Z  d d l Z d d l m Z d d „  Z e j d
 k rL d d	 „  Z n  d S(   u2   
Compatibility Support for Python 2.6 and earlier
i    N(   u   splittagc             C   s   t  |  ƒ \ }  } |  S(   u¸   
	In `Python 8280 <http://bugs.python.org/issue8280>`_, Python 2.7 and
	later was patched to disregard the fragment when making URL requests.
	Do the same for Python 2.6 and earlier.
	(   u   splittag(   u   urlu   fragment(    (    u.   /tmp/pip-k8wh6o-build/setuptools/py26compat.pyu   strip_fragment	   s    u   strip_fragmenti   i   c             C   s   |  S(   N(    (   u   x(    (    u.   /tmp/pip-k8wh6o-build/setuptools/py26compat.pyu   <lambda>   s    u   <lambda>(   i   i   (   u   __doc__u   sysu   setuptools.compatu   splittagu   strip_fragmentu   version_info(    (    (    u.   /tmp/pip-k8wh6o-build/setuptools/py26compat.pyu   <module>   s
   	