1
//
2
3
export async function main(arg: string) {
4
return { arg };
5
}
6
#import wmill\n\ndef main(x: str):\n return x // TEST