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