This example demonstrates requiring NPM packages from Python.
In order to run this example, first install the NPM packages
specified in the package.json file by running th following command:
$ npm install
For information on how to install NPM, refre to https://nodejs.org/en/download
main.py is the entry point of this example. This program usese
require to load the JavaScript module is-odd