🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:14:40 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_vendor
/
pygments
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/pip/_vendor/pygments
🔄 Refresh
✏️
Editing: __main__.py
Read Only
""" pygments.__main__ ~~~~~~~~~~~~~~~~~ Main entry point for ``python -m pygments``. :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ import sys from pip._vendor.pygments.cmdline import main try: sys.exit(main(sys.argv)) except KeyboardInterrupt: sys.exit(1)
💾 Save Changes
❌ Cancel