feat: 改进状态机

This commit is contained in:
2026-01-03 13:08:08 +08:00
parent e7e26e3e45
commit 64223ce948
24 changed files with 275 additions and 157 deletions

View File

@@ -31,6 +31,7 @@ class Electron:
def __repr__(self):
from pprint import pformat
s = pformat(self.algodata, indent=4)
return s