The decrosstalking pipeline passes around a lot of complicated python primitives without any type hinting. We need to design classes to specifically hold the data that is passed around by the various methods in the pipeline so that we can implement rigorous type hinting in the module.
The decrosstalking pipeline passes around a lot of complicated python primitives without any type hinting. We need to design classes to specifically hold the data that is passed around by the various methods in the pipeline so that we can implement rigorous type hinting in the module.