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