rename to snarled
This commit is contained in:
parent
ffa5bfa96c
commit
4d7709d615
14 changed files with 32 additions and 32 deletions
5
snarled/types.py
Normal file
5
snarled/types.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from typing import Union, Tuple, List, Sequence, Optional, Hashable
|
||||
|
||||
layer_t = Hashable
|
||||
contour_t = List[Tuple[int, int]]
|
||||
connectivity_t = Sequence[Tuple[layer_t, Optional[layer_t], layer_t]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue