Former-commit-id: dc04af028eb2ecbda74eef38f377be0989e21756
This commit is contained in:
2025-06-12 18:50:25 +08:00
parent 6ad826c17f
commit 492b37c912
3 changed files with 71 additions and 26 deletions

View File

@ -44,6 +44,7 @@ class History:
self._base_time = base_time
self._base_cnt = 0
self.end_history:list[bool] = []
self.last_end = 0
self.display = display
self.fig: Any = None
self.ax: Any = None