forked from React-Group/interstellar_ai
3 lines
93 B
Python
3 lines
93 B
Python
import webview
|
|
webview.create_window('Hello world', 'http://localhost:3000')
|
|
webview.start()
|