()
| 138 | |
| 139 | // Run the examples |
| 140 | async function runExamples() { |
| 141 | try { |
| 142 | await pythonREPLExample(); |
| 143 | console.log('\n----------------------------\n'); |
| 144 | await nodeREPLExample(); |
| 145 | } catch (error) { |
| 146 | console.error('Error running examples:', error); |
| 147 | } |
| 148 | } |
| 149 | |
| 150 | runExamples(); |
no test coverage detected