mbtask package
base
- class Circle(shape: dict[str, float])[source]
Bases:
BaseFigure
Circle figure
In the shape arg, which should be a dictionary, add the key “radius” and a positive float value.
- class Triangle(shape: dict[str, float])[source]
Bases:
BaseFigure
Triangle figure
In the shape arg, which should be a dictionary, add the keys with names of sides of triangle and a positive float values.