10 lines
304 B
Python
10 lines
304 B
Python
|
# from typing import Union
|
||
|
# from ttkthemes import ThemedTk
|
||
|
|
||
|
# from classes.custom.toplevel_dialog import ToplevelDialog
|
||
|
|
||
|
|
||
|
# def askyesno(parent: ThemedTk, title: Union[str, None], message: Union[str, None]):
|
||
|
|
||
|
# toplevel = ToplevelDialog(parent, length=250, width=150)
|
||
|
# toplevel.grab_set()
|