File size: 126 Bytes
7885a28
 
 
 
1
2
3
4
5

import numpy as np

def sort_vertices_of_regions(simplices: np.ndarray, regions: list[list[int]]) -> None: ...  # noqa: E501