mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
4 lines
79 B
Python
4 lines
79 B
Python
import eel as eel
|
|
|
|
eel.init('web')
|
|
eel.start('web\index.html', size=(500, 500)) |