feat: 基本完成对象系统更新

This commit is contained in:
2026-01-01 16:19:46 +08:00
parent 3ce102b358
commit 52ef6c65d4
7 changed files with 43 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ class Atom:
}
def __init__(self, nucleon_obj = None, electron_obj = None, orbital_obj = None):
self.ident = nucleon_obj["ident"] # type: ignore
self.registry: AtomRegister = { # type: ignore
"ident": nucleon_obj["ident"], # type: ignore
"nucleon": nucleon_obj,