import numpy as np

def _round_safe(coords): ...
def line_nd(start, stop, *, endpoint: bool = False, integer: bool = True): ...
