Standardisation des scripts
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
"""Core building blocks shared by Copienator scripts and interfaces."""
|
||||
|
||||
from .cli import (
|
||||
CliError,
|
||||
ExitCode,
|
||||
evaluation_parser,
|
||||
evaluation_workspace,
|
||||
execute,
|
||||
workspace_from_args,
|
||||
)
|
||||
from .json_io import (
|
||||
JsonLockTimeout,
|
||||
atomic_update_json,
|
||||
@@ -14,12 +22,18 @@ from .workspace import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"CliError",
|
||||
"EvaluationWorkspace",
|
||||
"ExitCode",
|
||||
"JsonLockTimeout",
|
||||
"WorkspaceNotFoundError",
|
||||
"WorkspaceValidationError",
|
||||
"atomic_update_json",
|
||||
"atomic_write_json",
|
||||
"atomic_write_text",
|
||||
"evaluation_parser",
|
||||
"evaluation_workspace",
|
||||
"execute",
|
||||
"read_json",
|
||||
"workspace_from_args",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user