export const PythonEngineLive = Layer.succeed(PythonEngine, {
type: 'python',
group: 'python',
execute: <T extends Calculation>(code: Statement, params: T) =>
execute(code, params),
})
export const PythonEngineLive = Layer.succeed(PythonEngine, {
type: 'python',
group: 'python',
execute: <T extends Calculation>(code: Statement, params: T) =>
execute(code, params),
})