mbtask package
base
- class Circle(shape: dict[str, float])[source]
Bases:
BaseFigureCircle 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:
BaseFigureTriangle figure
In the shape arg, which should be a dictionary, add the keys with names of sides of triangle and a positive float values.