pybeamshow/util/__init__.py

4 lines
52 B
Python
Raw Normal View History

2023-02-24 18:21:21 +01:00
from typing import Tuple
XYCoord = Tuple[int, int]