The previous approach by just either using global variables or writing in Data is just not a good way to handle a lot of modules.
Solution:
- Define a Superclass for all Tasks
- Define a Class for all bboxlabel Tasks inheriting from that one
- Define classes for each task variant which inherits from one of these