src.modules.backend.game_history_manager
Game history management for reviewing previous games.
Classes
|
Manages loading and processing game history data. |
Exceptions
|
Exception raised for game history related errors. |
- exception src.modules.backend.game_history_manager.GameHistoryError(message='')[source]
Exception raised for game history related errors.
- class src.modules.backend.game_history_manager.GameHistoryManager(history_file_path=None)[source]
Manages loading and processing game history data.