mirror of
https://github.com/hoshikawa2/first_contas.git
synced 2026-07-09 18:24:20 +00:00
first commit
This commit is contained in:
15
legacy_reference/workflows/actions/__init__.py
Normal file
15
legacy_reference/workflows/actions/__init__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from agente_contas_tim.workflows.actions.discovery import ensure_actions_loaded
|
||||
from agente_contas_tim.workflows.actions.registry import (
|
||||
DEFAULT_ACTION_REGISTRY,
|
||||
ActionRegistry,
|
||||
WorkflowRuntimeContext,
|
||||
workflow_action,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"ActionRegistry",
|
||||
"DEFAULT_ACTION_REGISTRY",
|
||||
"WorkflowRuntimeContext",
|
||||
"ensure_actions_loaded",
|
||||
"workflow_action",
|
||||
]
|
||||
Reference in New Issue
Block a user