---------------------------------------------------------------------- This is the API documentation for the gdtest_abstract_props library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Circle(radius: float) A circle shape. Parameters ---------- radius The radius of the circle. ## Abstract Classes Abstract base classes Shape() Abstract base class for geometric shapes. All shapes must implement area and perimeter properties.