Does nothing since it does not need to use other modules
(self)
| 268 | self._init_data_params() |
| 269 | |
| 270 | def start(self): |
| 271 | """Does nothing since it does not need to use other modules""" |
| 272 | |
| 273 | def _init_hud_params(self): |
| 274 | """Initialized visual parameters such as font text and size""" |
no outgoing calls
no test coverage detected