Files
govoplan-workflow-engine/src/govoplan_workflow_engine/backend/runtime.py
T

12 lines
289 B
Python

from __future__ import annotations
from govoplan_core.core.runtime import ModuleRuntimeState
_runtime = ModuleRuntimeState("Workflow")
configure_runtime = _runtime.configure_runtime
get_registry = _runtime.get_registry
get_settings = _runtime.get_settings
settings = _runtime.settings