from savu.plugins.plugin_tools import PluginTools

class PluginTemplate10Tools(PluginTools):
    """
    A plugin template that dynamically determines the number of input
    datasets based on the number of entries in the in_datasets parameter list.
    """