UNPKG

python-runner-web

Version:

Web server that allows you to run python remotely.

24 lines (19 loc) 228 B
"use strict"; /** * * Python Web package * * @type {Object} * */ var PythonWeb = { /** * * The server facility * * @type {Promise} * */ Server: require("./src/Server"), }; module.exports = PythonWeb;