changed root_tk name to app in all exmaples and tests

This commit is contained in:
Tom Schimansky
2022-05-22 20:26:31 +02:00
parent 0c7abdaec5
commit 8cafed1b06
21 changed files with 124 additions and 130 deletions

View File

@@ -2,6 +2,7 @@ __version__ = "4.0.1"
import os
import sys
from tkinter.constants import *
# import manager classes
from .settings import Settings