---------------------------------------------------------------------- This is the API documentation for the gdtest_slots_class library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package SlottedPoint(x: float, y: float, label: str = '') A 2D point using __slots__ for memory efficiency. Parameters ---------- x X coordinate. y Y coordinate. label Optional label for the point.