switch to freesimplegui

This commit is contained in:
2024-07-02 22:11:18 +01:00
parent 3a1143199a
commit 9969506698
8 changed files with 21 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ import json
import logging
from pathlib import Path
import PySimpleGUI as psg
import FreeSimpleGUI as psg
from . import configuration, models, util
from .builder import Builder