---@type scratch-runner.Config local opts = { ---@type string? run_key = "", ---@type string? output_switch_key = "", ---@type table sources = { javascript = { "node" }, python = { "python3" }, }, } return opts