region.py
| 166 B | Satir:
0
| py
Geri
from typing import NamedTuple class Region(NamedTuple): """Defines a rectangular region of the screen.""" x: int y: int width: int height: int
Kaydet
Ctrl+S ile kaydet