bogumilchilinski / dynpy

MIT License
8 stars 0 forks source link

Implementation of `ReportingCompsUsageComponent` class that creates a part of a report #892

Closed bogumilchilinski closed 2 months ago

bogumilchilinski commented 2 months ago

Class is to implement in guide.en.py module that creates a part (reporting component - formally child of ReportComponent class) of guide or report for reporting module.

lsikor commented 2 months ago

The code was checked with the following call:

from dynpy.utilities.components.guides.en import ReportingCompsUsageComponent
ReportingCompsUsageComponent(None)