(self)
| 16 | return self.model_manager.set_expression(expression) |
| 17 | |
| 18 | def get_motions(self) -> list[str]: |
| 19 | return self.model_manager.get_motions() |
| 20 | |
| 21 | def set_motion(self, motion: str) -> None: |
| 22 | return self.model_manager.do_motion(motion) |
nothing calls this directly
no outgoing calls
no test coverage detected