From 0929f2c55112661f20e5e582b51d804ee1d54add Mon Sep 17 00:00:00 2001 From: DokoGen Date: Mon, 3 Aug 2026 15:58:35 +0400 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20import=20sys=20=D0=B2=20ui.py=20(NameError=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B5?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dokogen/ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dokogen/ui.py b/dokogen/ui.py index ec02b92..e1820a0 100644 --- a/dokogen/ui.py +++ b/dokogen/ui.py @@ -5,6 +5,7 @@ import tkinter as tk from tkinter import ttk, messagebox, filedialog, simpledialog, scrolledtext import os import json +import sys import threading from datetime import datetime from typing import List, Optional