commit message from python script
This commit is contained in:
10
rclone/lib/python3.11/site-packages/rich/region.py
Normal file
10
rclone/lib/python3.11/site-packages/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