Skip to content

v0.113.0

Latest
Compare
Choose a tag to compare
@manatlan manatlan released this 13 Nov 10:22
· 7 commits to main since this release

minor evolution :
The PyScript Runner don't need anymore the "js.window" ! So, its run() method look likes others ;-)

now you can run your App in a pyscript/html page like this :

from htag.runners import PyScript
PyScript( App ).run() 

BTW, the run() method is retro compatible with old ways.