// this file simply exports enough stuff to allow // 3rd party libraries, including PyScript, to work export * from './index.js'; export * from './script-handler.js'; export * from './utils.js';