AlkantarClanX12

Your IP : 3.15.186.56


Current Path : /proc/self/root/opt/alt/python311/lib/python3.11/site-packages/pip/_vendor/certifi/
Upload File :
Current File : //proc/self/root/opt/alt/python311/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py

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())