mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
* [next] WIP: Add basic integrations tests * fix typos in README.md * Update README.md to specify when files are _ files ignored --------- Co-authored-by: Fabio Pliger <fpliger@users.noreply.github.com>
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
import '/core.js';
|
|
|
|
export const init = name => pyscript.env[name].then(() => {
|
|
document.documentElement.classList.add('ready');
|
|
});
|