I want to utilize Meteor for a narrow use-case where the end user has the ability to click a button that will trigger an external Python script and do nothing else (the Python script does not send data back to Meteor). What’s the simplest JavaScript code that can do this? Thanks.