mirror of
https://github.com/ada-dmitry/lab6.git
synced 2026-09-25 18:00:15 +00:00
first commit
This commit is contained in:
@@ -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