Extract seed config policy

This commit is contained in:
2026-06-27 00:00:35 +02:00
parent f552f76c1a
commit 6abcccbae1
6 changed files with 254 additions and 121 deletions
+2 -2
View File
@@ -5,13 +5,13 @@ import math
import random
try:
from .prompt_builder import (
from .seed_config import (
build_seed_config_json,
build_seed_lock_config_json,
seed_mode_choices,
)
except ImportError: # Allows local smoke tests from the repository root.
from prompt_builder import (
from seed_config import (
build_seed_config_json,
build_seed_lock_config_json,
seed_mode_choices,