1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | const _1 = require(".");
|
4 | const input = `print("aa\\n\\n\\nbb\\n\\ncc\\ndd")`;
|
5 | const options = {};
|
6 | _1.PythonShell.runString(input, options, function (err, results) {
|
7 | //console.warn(err)
|
8 | console.log(results);
|
9 | });
|
10 | //# sourceMappingURL=test.js.map |
\ | No newline at end of file |