bogumilchilinski / dynpy

MIT License
7 stars 0 forks source link

Implementation of `AutomarkerIntroComponent` class that creates a part of a report #758

Closed bogumilchilinski closed 1 month ago

bogumilchilinski commented 1 month ago

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

bugkarol commented 1 month ago

The code was checked with the following call:

from dynpy.utilities.components.guides.en import AutomarkerIntroComponent

AutomarkerIntroComponent(None);