<!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>
U
    L_D                     @   sJ   d Z ddlZddlZG dd deZdd Zdd Zed	krFee  dS )
zU
certifi.py
~~~~~~~~~~

This module returns the installation location of cacert.pem.
    Nc                   @   s   e Zd ZdZdS )DeprecatedBundleWarningz
    The weak security bundle is being deprecated. Please bother your service
    provider to get them to stop using cross-signed roots.
    N)__name__
__module____qualname____doc__ r   r   =/opt/alt/python38/lib/python3.8/site-packages/certifi/core.pyr      s   r   c                  C   s   t jt} dS )Nz1/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem)ospathdirname__file__)fr   r   r   where   s    r   c                   C   s   t dt t S )NzThe weak security bundle has been removed. certifi.old_where() is now an alias of certifi.where(). Please update your code to use certifi.where() instead. certifi.old_where() will be removed in 2018.)warningswarnr   r   r   r   r   r   	old_where   s
    r   __main__)	r   r	   r   DeprecationWarningr   r   r   r   printr   r   r   r   <module>   s   	