Get players configuration
(self)
| 290 | |
| 291 | @property |
| 292 | def players_config(self) -> list[dict[str, Any]]: |
| 293 | """Get players configuration""" |
| 294 | return self.get_path("config.players", []) |
| 295 | |
| 296 | @property |
| 297 | def round_stats(self) -> dict[str, Any]: |