harmonica.typing.Coordinates# harmonica.typing.Coordinates = collections.abc.Sequence[numpy.ndarray[tuple[typing.Any, ...], numpy.dtype[numpy.float64]]] | collections.abc.Sequence[float]# Type alias to represent 3D coordinates.