1
0

基本对象系统移植

This commit is contained in:
2025-10-16 00:04:53 +08:00
parent 093e8fd7d0
commit 67f976acdc
17 changed files with 511 additions and 287 deletions

View File

@@ -0,0 +1,4 @@
from .electron import Electron
from .nucleon import Nucleon
from .unions import ElectronUnion, NucleonUnion
from .atom import Atom