Standardisation 2

This commit is contained in:
2026-08-20 14:17:32 +02:00
parent 0a95afacdd
commit 63f690b353
8 changed files with 578 additions and 308 deletions
+2
View File
@@ -6,6 +6,7 @@ from .cli import (
evaluation_parser,
evaluation_workspace,
execute,
standard_parser,
workspace_from_args,
)
from .json_io import (
@@ -35,5 +36,6 @@ __all__ = [
"evaluation_workspace",
"execute",
"read_json",
"standard_parser",
"workspace_from_args",
]