PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/certifi
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📄 __main__.py
↓
X
📁 __pycache__/
X
📄 cacert.pem
↓
X
📄 core.py
↓
X
📄 py.typed
↓
X
SAVING...
BERHASIL DIUBAH!
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())
SIMPAN PERUBAHAN