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.