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
+1
View File
@@ -99,5 +99,6 @@ class Atom:
def __repr__(self):
from pprint import pformat
s = pformat(self.registry, indent=4)
return s