Initialize modular ATM10 CC control system
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local ok, runtime = pcall(require, "core.runtime")
|
||||
if not ok then
|
||||
printError("ATM10 Control konnte nicht starten: " .. tostring(runtime))
|
||||
return
|
||||
end
|
||||
runtime.run()
|
||||
|
||||
Reference in New Issue
Block a user