<!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
    e5d	  ã                   @   sz   d Z ddlZddlZej d¡r,ddd„ZnJz
ej W n4 ek
rj   eedƒr\ddd„Zn
dd	d„ZY nX dd
d„ZdS )zÐA minimal subset of the locale module used at interpreter startup
(imported by the _io module), in order to reduce startup time.

Don't import directly from third-party code; use the `locale` module instead!
é    NÚwinTc                 C   s   t jjrdS t ¡ d S )NúUTF-8é   )ÚsysÚflagsÚ	utf8_modeÚ_localeZ_getdefaultlocale©Údo_setlocale© r   ú#/usr/lib64/python3.8/_bootlocale.pyÚgetpreferredencoding   s    r   Zgetandroidapilevelc                 C   s   dS )Nr   r   r	   r   r   r   r      s    c                 C   s   t jjrdS dd l}| | ¡S )Nr   r   )r   r   r   Úlocaler   )r
   r   r   r   r   r      s    c                 C   s.   t jjrdS t tj¡}|s*t jdkr*d}|S )Nr   Údarwin)r   r   r   r   Únl_langinfoÚCODESETÚplatform)r
   Úresultr   r   r   r   !   s    )T)T)T)T)	Ú__doc__r   r   r   Ú
startswithr   r   ÚAttributeErrorÚhasattrr   r   r   r   Ú<module>   s   

