import PyRepl from "./py-repl"; import type { PyReplProperties, PyReplPropertiesBase, PyReplTag } from "./py-repl.types"; export type { PyReplPropertiesBase, PyReplProperties, PyReplTag }; export default PyRepl;