UNPKG

@waynew/boa

Version:

Use Python modules seamlessly in Node.js

6 lines (5 loc) 111 B
module.exports = () => { return function PythonCallable() { throw TypeError('not implemented.'); }; };