Files
taskrunner/playbook/premade_steps_registry.py
T

9 lines
257 B
Python

# In this file we will only put premade steps
from playbook.models import StepLog, Status
from playbook.action_registry import ActionRegistry
# Module wide registry with built in functions
registry: ActionRegistry = ActionRegistry("testrunner_registry")