Files
taskrunner/playbook/premade_steps_registry.py
esilva 8d73d5ded7
main / Explore-Gitea-Actions (push) Failing after 14s
Migrating the classes to pydantic
2026-08-03 23:37:25 +01:00

8 lines
218 B
Python

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