Create main.py

This commit is contained in:
Naiel
2025-08-15 16:46:56 +02:00
committed by GitHub
parent e29c02ebe5
commit ccefabbc4a

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
import webview
if __name__ == '__main__':
webview.create_window('TeleSec', 'dist/index.html')
# HTTP server is started automatically for local relative paths
webview.start(ssl=True)