3 lines
52 B
Python
3 lines
52 B
Python
from typing import Tuple
|
|
|
|
XYCoord = Tuple[int, int]
|
from typing import Tuple
|
|
|
|
XYCoord = Tuple[int, int]
|
Powered by TurnKey Linux.