(self, amplitude: float)
| 22 | return self.model_manager.do_motion(motion) |
| 23 | |
| 24 | def set_mouth_amplitude(self, amplitude: float) -> None: |
| 25 | return self.model_manager.set_mouth_amplitude(amplitude) |
| 26 | |
| 27 | def set_settings(self, settings: dict) -> None: |
| 28 | return self.model_manager.set_settings(settings) |
nothing calls this directly
no outgoing calls
no test coverage detected