From b8c70d408dfc7eb1b7c1e1099f333e455b7ce44e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 30 Nov 2025 08:16:15 +0100 Subject: [PATCH] Add Enum import in concept-maker_gui.py --- concept-maker_gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/concept-maker_gui.py b/concept-maker_gui.py index f6f0096..74e03e8 100644 --- a/concept-maker_gui.py +++ b/concept-maker_gui.py @@ -34,6 +34,7 @@ import threading import traceback import hashlib from dataclasses import dataclass +from enum import Enum from pathlib import Path from typing import List, Dict, Optional, Set, Any