4 lines
102 B
Python
4 lines
102 B
Python
|
from browser.internal import Document, Window # type: ignore
|
||
|
|
||
|
document = Document()
|
||
|
window = Window()
|