fix(imports): restore shutil in main module

- fix unresolved reference for cache cleanup path
This commit is contained in:
2026-02-15 20:48:39 +03:00
parent 9d40f0017e
commit aca2bdfa85

View File

@@ -1,6 +1,7 @@
import sys
import json
import time
import shutil
import auth_webview
import os
import threading