Updated script that can be controled by Nodejs web app
This commit is contained in:
10
lib/python3.13/site-packages/pip/_vendor/rich/region.py
Normal file
10
lib/python3.13/site-packages/pip/_vendor/rich/region.py
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