X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/certifi
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
certifi
/
ðŸ“
..
📄
__init__.py
(94 B)
📄
__main__.py
(243 B)
ðŸ“
__pycache__
📄
cacert.pem
(275.02 KB)
📄
core.py
(4.12 KB)
📄
py.typed
(0 B)
Editing: __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())
Upload File
Create Folder