1//import python from "./python-frontend"; 2//python(); 3 4import pythonTerminal from "./python-terminal"; 5 6const element = document.createElement("div"); 7document.body.appendChild(element); 8pythonTerminal(element); 9 10