silenced deprecation

This commit is contained in:
Kenneth Estanislao
2026-03-27 21:35:27 +08:00
parent 97321a740d
commit 9e6f30c0a4
+3
View File
@@ -1,3 +1,6 @@
import os
os.environ.setdefault('TK_SILENCE_DEPRECATION', '1')
import tkinter
# Only needs to be imported once at the beginning of the application