// debug -------------------------
// -------------------------------
if(require.main === module){
// debug sample
var sample = () =>{
var file_path = PY_FILE_NAME
run(file_path);
}
//sample();
// debug execution
const msg = 'hello world';
main(msg);
}