Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-007
/
slot-030
/
268a65bf77514ce05b2b1415de0dd66b6df5a35e
/
.
/
venv
/
lib
/
python3.9
/
site-packages
/
pip
/
_vendor
/
rich
/
region.py
blob: 75b3631c3879294549f1f27418859aefb63925a7 [
file
] [
log
] [
blame
]
from
typing
import
NamedTuple
class
Region
(
NamedTuple
):
"""Defines a rectangular region of the screen."""
x
:
int
y
:
int
width
:
int
height
:
int