Skip to content
Snippets Groups Projects
Commit 8de32fff authored by Eva Bardou's avatar Eva Bardou
Browse files

Change cookiecutter base to use ElementsWorker

parent 25bfe1c6
Branches
Tags
1 merge request!8Change cookiecutter base to use ElementsWorker
Pipeline #77876 passed
# -*- coding: utf-8 -*-
from arkindex_worker.worker import BaseWorker
from arkindex_worker.worker import ElementsWorker
class Demo(BaseWorker):
class Demo(ElementsWorker):
def process_element(self, element):
print("Demo processing element", element)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment