bogumilchilinski / dynpy

MIT License
9 stars 0 forks source link

Implementation of `PythonBasicsGuidelinesComponent` class that creates a part of a report #931

Closed bogumilchilinski closed 2 months ago

bogumilchilinski commented 2 months ago

Class is to implement in guide.development.en.py module that creates a part (reporting component - formally child of ReportComponent class) of guide or report. The component includes information about schedule of meetings, form of issues, fixing guides with tutor during classes or preliminary presentation.

kjaskiel commented 2 months ago

The code was checked with the following code:

from dynpy.utilities.components.guides.development.en import PythonBasicsGuidelinesComponent
PythonBasicsGuidelinesComponent(None)