by akoronakis660 ยท 3/25/2026
1
// import * as wmill from 'windmill-client'
2
3
export async function main(x: string) {
4
return x
5
}