feat: 改进状态机

This commit is contained in:
2026-01-03 13:08:08 +08:00
parent 32cd44b8e7
commit 7f36450079
24 changed files with 275 additions and 157 deletions

View File

@@ -99,5 +99,6 @@ class Atom:
def __repr__(self):
from pprint import pformat
s = pformat(self.registry, indent=4)
return s