pybeamshow/util/__init__.py
2023-02-24 18:21:40 +01:00

3 lines
52 B
Python

from typing import Tuple
XYCoord = Tuple[int, int]