RAIMAD

Class CustomPoly from raimad.custompoly

class CustomPoly
A polygon that you can defined on-the fly.

#TODO add example
def _make(self, points: Sequence[tuple[float, float] | tuple[str, tuple[float, float]]]) -> None:
    """
    
    """