Source code for RADAR.base_preprocessing_module
"""
Base Preprocessing Module that performs the main operations needed to preprocess every type of data
"""
from abc import ABC, abstractmethod
# [...] other possible methods
"""
Base Preprocessing Module that performs the main operations needed to preprocess every type of data
"""
from abc import ABC, abstractmethod
# [...] other possible methods