Your IP : 216.73.216.215


Current Path : /proc/3/root/opt/imh-python/lib/python3.9/site-packages/pip/_vendor/rich/
Upload File :
Current File : //proc/3/root/opt/imh-python/lib/python3.9/site-packages/pip/_vendor/rich/region.py

from typing import NamedTuple


class Region(NamedTuple):
    """Defines a rectangular region of the screen."""

    x: int
    y: int
    width: int
    height: int