code cleanup

This commit is contained in:
Karl 2025-09-23 14:30:05 +01:00
parent 217fc91052
commit bf97ce7c22

2
gui.py
View File

@ -37,7 +37,7 @@ except ImportError:
print("Warning: Background removal not available") print("Warning: Background removal not available")
from lib.generate_xml import create_config_xml, append_to_config_xml from lib.generate_xml import create_config_xml, append_to_config_xml
from lib.xml_reader import extract_from_values from lib.xml_reader import extract_from_values
from lib.general import choose_profile, create_or_update, process_player_or_file, get_player_input from lib.general import list_profiles
class FMFaceGeneratorGUI: class FMFaceGeneratorGUI:
def __init__(self, root): def __init__(self, root):