1 2 3 4
import { TuringMachineUI } from "./ui.js"; document.addEventListener("DOMContentLoaded", (event) => { new TuringMachineUI(); });