Source code for cellpy.utils.batch_tools.batch_reporters

from cellpy.utils.batch_tools.batch_core import BaseReporter


[docs]class HTMLReporter(BaseReporter): def __init__(self): super().__init__()
[docs]class PPTReporter(BaseReporter): def __init__(self): super().__init__()