Initial commit
Dieser Commit ist enthalten in:
10
venv/Lib/site-packages/pip/_vendor/rich/region.py
Normale Datei
10
venv/Lib/site-packages/pip/_vendor/rich/region.py
Normale Datei
@ -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
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren