(self, settings: dict)
| 33 | self.puppet.set_mouth_amplitude(amplitude) |
| 34 | |
| 35 | def set_settings(self, settings: dict) -> None: |
| 36 | self.puppet.set_settings(settings) |
| 37 | |
| 38 | def get_monitor_dimensions(self) -> tuple[int, int]: |
| 39 | return self.wm_interface.get_active_monitor_resolution() |