Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
imunify360
/
venv
/
lib64
/
python3.11
/
site-packages
/
certifi
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/imunify360/venv/lib64/python3.11/site-packages/certifi/__main__.py
import argparse from 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())