Closed bogumilchilinski closed 3 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.
guide.en.py
ReportComponent
The code was checked with the following call:
from dynpy.utilities.components.guides.en import ReportFormattingGuidelinesComponent ReportFormattingGuidelinesComponent(None);
Class is to implement in
guide.en.py
module that creates a part (reporting component - formally child ofReportComponent
class) of guide or report for reporting module.