docs: finalize current picker architecture

This commit is contained in:
“Naeel”
2026-09-05 20:51:45 +03:00
parent 017bd8c354
commit 6586b5d893
7 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ except (OSError, json.JSONDecodeError):
CONFIG = DEFAULT_CONFIG
VERSION = "0.1.12"
VERSION = "0.1.13"
# Flask нужен здесь только как статический сервер HTML, CSS и ES-модулей.
app = Flask(__name__, template_folder="templates", static_folder="static")