mirror of
https://codeberg.org/armin/noiz.git
synced 2026-09-01 05:50:52 +02:00
8 lines
106 B
Python
Executable file
8 lines
106 B
Python
Executable file
#!/usr/bin/env python3
|
|
import webview
|
|
webview.create_window(
|
|
"noiz://",
|
|
"./index.html"
|
|
)
|
|
webview.start()
|
|
|