# ecc_rs.pyi point = tuple[int, int] def add(p1: point, p2: point) -> point: ... def multiply(point: point, n: int) -> point: ...