8 lines
218 B
Python
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")
|