📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 12:31:06
📂
/ (Root)
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
pip
/
_vendor
/
rich
📍 /opt/alt/python38/lib/python3.8/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