This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| TEST SOLVER ⚡ v3.0 | |
| Services : Naurok · Vseosvita | |
| Auto-updater : GitHub Gist | |
| """ | |
| # ── stdlib ──────────────────────────────────────────────────────────────────── | |
| import threading, time, queue, logging, sys, json, os, subprocess, tempfile, shutil | |
| from pathlib import Path | |
| import urllib.request, urllib.error |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| json | |
| { | |
| "version": "3.0.1", | |
| "url": "https://gist.githubusercontent.com/ТВОЙ_ЮЗЕР/GIST_ID_2/raw/main_gui.py", | |
| "notes": "Описание изменений" | |
| } |