second commit
This commit is contained in:
10
env/lib/python3.11/site-packages/rich/region.py
vendored
Normal file
10
env/lib/python3.11/site-packages/rich/region.py
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
from typing import NamedTuple
|
||||
|
||||
|
||||
class Region(NamedTuple):
|
||||
"""Defines a rectangular region of the screen."""
|
||||
|
||||
x: int
|
||||
y: int
|
||||
width: int
|
||||
height: int
|
Reference in New Issue
Block a user