'PyWorks Script Clean and Call (arg, results)
Dim script As String = $"
#...
def $PyFunction$($args$):
	#...
	return $result$
"$
Wait For (pw.clean(script)) Complete (script As String)
Wait For (pw.call(script, Array($vals$))) Complete (obj As Object)
'Log(obj)  				'or something else with object
'myScriptName = script	'for future use of cleaned script
