raimad.Snowman
class
Snowman(
raimad.compo.Compo,
):
A sample component.
def _make(self, nose_length: float = 10, eye_size: float = 2) -> None:
TODO doc conventions for virtual methods.
TODO