EvaluationWorkspace
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
"""Core building blocks shared by Copienator scripts and interfaces."""
|
||||
|
||||
from .json_io import (
|
||||
JsonLockTimeout,
|
||||
atomic_update_json,
|
||||
atomic_write_json,
|
||||
atomic_write_text,
|
||||
read_json,
|
||||
)
|
||||
from .workspace import (
|
||||
EvaluationWorkspace,
|
||||
WorkspaceNotFoundError,
|
||||
WorkspaceValidationError,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"EvaluationWorkspace",
|
||||
"JsonLockTimeout",
|
||||
"WorkspaceNotFoundError",
|
||||
"WorkspaceValidationError",
|
||||
"atomic_update_json",
|
||||
"atomic_write_json",
|
||||
"atomic_write_text",
|
||||
"read_json",
|
||||
]
|
||||
Reference in New Issue
Block a user