processing.interfaces#
Abstract base classes for custom pre-processing and post-processing steps.
Provides PreProcStep
and PostProcStep
as the extension points for adding new transpilation or result-processing steps
to the MonarQ pipeline.
Submodules#
This is a base class for every processing steps. |
|
Contains a base class that can be implemented for creating new post-processing steps |
|
Contains a base class that can be used for creating new pre-processing steps |