????

Your IP : 216.73.216.56


Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/rich/
Upload File :
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/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