📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 15:23:17
📂
/ (Root)
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
pip
/
_vendor
/
rich
📍 /opt/hc_python/lib/python3.12/site-packages/pip/_vendor/rich
🔄 Refresh
✏️
Editing: region.py
Read Only
from typing import NamedTuple class Region(NamedTuple): """Defines a rectangular region of the screen.""" x: int y: int width: int height: int
💾 Save Changes
❌ Cancel