clan-app: Working webview from webview lib

This commit is contained in:
Qubasa
2025-01-04 00:44:52 +01:00
parent a10b4b456b
commit 34fa4c18b1
6 changed files with 25 additions and 36 deletions

View File

@@ -4,6 +4,7 @@ from pathlib import Path
module_path = Path(__file__).parent.parent.absolute()
sys.path.insert(0, str(module_path))
sys.path.insert(0, str(module_path.parent / "clan_cli"))