

from browser import window, document
event = window.Event.new('brython_rdy')
document.dispatchEvent(event)