重新实现对象系统

This commit is contained in:
2025-10-18 00:01:56 +08:00
parent 76b715d8d2
commit e77210efc6
6 changed files with 115 additions and 90 deletions

View File

@@ -0,0 +1,11 @@
# 核心流程状态机
import heurams.kernel.particles as pt
import heurams.services.timer as timer
from typing import Tuple
from .apparatus import Apparatus
class Reactor():
def __init__(self, atoms):
# atoms 是原子列表