File "__main__.py"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py
File size: 255 bytes
MIME-type: text/x-script.python
Charset: utf-8
import argparse
from pip._vendor.certifi import contents, where
parser = argparse.ArgumentParser()
parser.add_argument("-c", "--contents", action="store_true")
args = parser.parse_args()
if args.contents:
print(contents())
else:
print(where())