Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
region.py
Go to the documentation of this file.
1
from
typing
import
NamedTuple
2
3
4
class
Region
(NamedTuple):
5
"""Defines a rectangular region of the screen."""
6
7
x: int
8
y: int
9
width: int
10
height: int
pip._vendor.rich.region.Region
Definition
region.py:4
venv
lib
python3.12
site-packages
pip
_vendor
rich
region.py
Generated by
1.9.8