UNPKG

node-calls-python

Version:

This module lets you run python code inside node without spawning new processes

6 lines (3 loc) 113 B
import cjs from './index.js'; export const interpreter = cjs.interpreter; export default cjs.interpreter;