{{#if uses_library?}}from steps.actionword_library import ActionwordLibrary{{/if}}
class Actionwords{{#if uses_library?}}(ActionwordLibrary){{/if}}:{{#indent}} def __init__(self):{{#indent}} pass{{/indent}}
{{#each rendered_children.actionwords as |actionword|}}{{{actionword}}} {{/each}} {{/indent}}