| 1 | // PyScript py-editor plugin |
| 2 | import withResolvers from "@webreflection/utils/with-resolvers"; |
| 3 | import { Hook, XWorker, dedent, defineProperties } from "polyscript/exports"; |
| 4 | import { TYPES, offline_interpreter, relative_url, stdlib } from "../core.js"; |
nothing calls this directly
no test coverage detected