[x] Update docstrings of every function, method or class that change.
[x] USe type hints for every function and argument.
[x] Build documentation locally to verify changes.
[x] Add the changes at the [Unreleased] section of the CHANGELOG.
Code formatting
[x] Use black package to format the code: black -l 100 ingeniamotion tests. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.
Description
Implement the FSoE module.
Fixes # INGM-369
Type of change
Documentation
Please update the documentation.
[Unreleased]
section of the CHANGELOG.Code formatting
black -l 100 ingeniamotion tests
. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.Others