diff --git a/gui/gui.py b/gui/gui.py index 17f2582a..5254a24b 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -7,7 +7,7 @@ import tkinter.filedialog from pathlib import Path -# Add tkdesigner to path +# Add tkdesigner to the path sys.path.insert(0, str(Path(__file__).resolve().parent.parent)) try: from tkdesigner.designer import Designer