创建项目及AI生成基本代码
This commit is contained in:
6
internal/simulation/__init__.py
Normal file
6
internal/simulation/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# 模拟模块
|
||||
# 用于在没有实际设备的情况下模拟场内子系统设备
|
||||
|
||||
from .device_interface import SimulatedDevice, DeviceManager, AreaController, NormalDevice
|
||||
|
||||
__all__ = ['SimulatedDevice', 'DeviceManager', 'AreaController', 'NormalDevice']
|
||||
Reference in New Issue
Block a user