Get total number of rounds from config
(self)
| 244 | |
| 245 | @property |
| 246 | def total_rounds(self) -> int | None: |
| 247 | """Get total number of rounds from config""" |
| 248 | return self.get_path("config.tournament.rounds") |
| 249 | |
| 250 | @property |
| 251 | def completed_rounds(self) -> int: |