Fix: Re-add tkinter import to gui.py to resolve NameError

This commit is contained in:
Ramforth
2025-11-02 22:06:24 +01:00
parent e3238d7091
commit 0a49866662

1
gui.py
View File

@@ -1,5 +1,6 @@
import customtkinter
import tkinter as tk
from tkinter import filedialog, messagebox # Keep these for standard dialogs
import os
import sys