ב הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותشسdggרות הל555ה התafhgfh
במסgרות ה gh//شی הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותהתנדaghhhhו12ין יעל, המעציfghfghfע
/
usr
/
lib
/
python3
/
dist-packages
/
certifi
/
Upload FileeE
HOME
""" certifi.py ~~~~~~~~~~ This module returns the installation location of /etc/ssl/certs/ca-certificates.crt or its contents. """ DEBIAN_CA_CERTS_PATH = '/etc/ssl/certs/ca-certificates.crt' def where() -> str: return DEBIAN_CA_CERTS_PATH def contents() -> str: with open(where(), "r", encoding="ascii") as data: return data.read()