(self, install_session: Installer)
| 21 | ] |
| 22 | |
| 23 | def install(self, install_session: Installer) -> None: |
| 24 | debug('Installing Bluetooth') |
| 25 | install_session.add_additional_packages(self.packages) |
| 26 | install_session.enable_service(self.services) |
nothing calls this directly
no test coverage detected