bogumilchilinski / dynpy

MIT License
7 stars 0 forks source link

Implementation of `DynSysImplementationComponent` class that creates a part of a report #684

Open bogumilchilinski opened 1 month ago

bogumilchilinski commented 1 month ago

Class is to implement in guides.en.py module that is a reporting component that explains how to implement dynamic system with ComposedSystem class.

Woojaszek2137 commented 1 month ago
from dynpy.utilities.components.guides.pl import DynSysImplementationComponent
DynSysImplementationComponent(None);
Woojaszek2137 commented 1 month ago

Done