Confirmation Box finalized

This commit is contained in:
tardy-ish 2023-05-25 12:47:54 +05:30
parent 02138ef7ff
commit ae423fad86
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
from typing import Union, Tuple, Optional
from .widgets import CTkLabel
from .widgets import CTkEntry
from .widgets import CTkButton
from .widgets.theme import ThemeManager
from .ctk_toplevel import CTkToplevel