import { GodelPlayground } from "./ui.js"; document.addEventListener("DOMContentLoaded", () => { new GodelPlayground(); });