Closed matecsaj closed 2 years ago
The 'Application' variant generates python code that does not directly use the tkinter runtime library, so omit these direct dependencies.
import tkinter as tk import tkinter.ttk as ttk
I am uncertain if this is advisable. If someone who adds Python code to the generated file will almost always need them, perhaps they should stay.
The 'Application' variant generates python code that does not directly use the tkinter runtime library, so omit these direct dependencies.
I am uncertain if this is advisable. If someone who adds Python code to the generated file will almost always need them, perhaps they should stay.