remmoved unnessasary dependencies

This commit is contained in:
Falko Victor Habel 2024-03-16 17:24:11 +01:00
parent e4c3f0da3a
commit ba1b67fa44
1 changed files with 39 additions and 39 deletions

View File

@ -1,5 +1,5 @@
import customtkinter as Ctk
from tkinter import messagebox
class ClosePopup(Ctk.CTkToplevel):
def __init__(self,master, callback, **kwargs, ):