forked from React-Group/interstellar_ai
4 lines
97 B
Python
4 lines
97 B
Python
|
import webview
|
||
|
webview.create_window('Interstellar AI', 'http://localhost:3000')
|
||
|
webview.start()
|