Skip to content

Commit 7c317c3

Browse files
authored
Create pyscript_plugin.js
1 parent 841c1e7 commit 7c317c3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/pyscript_plugin.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default class LearnPython3Plugin {
2+
afterStartup(runtime) {
3+
console.log('[plugin] pyscript startup.');
4+
window.__pyscript_ready__ = true;
5+
}
6+
}

0 commit comments

Comments
 (0)