snarled/snarled/types.py

4 lines
49 B
Python
Raw Normal View History

2022-03-27 23:43:52 -07:00
lnum_t = tuple[int, int]
layer_t = lnum_t | str