---------------------------------------------------------------------- This is the API documentation for the gdtest_ref_include_inherited library. ---------------------------------------------------------------------- ## Shapes Shape hierarchy Shape(color: str = 'red') Abstract base shape. Parameters ---------- color : str Fill color. Circle(radius: float, color: str = 'blue') A circle shape. Parameters ---------- radius : float Circle radius. color : str Fill color.