Source code for dran.pipelines.web_processing

# =========================================================================== #
# File: web_processing.py                                                     #
# Author: Pfesesani V. van Zyl                                                #
# Email: pfesi24@gmail.com                                                    #
# =|========================================================================= #


# Standard library imports
# --------------------------------------------------------------------------- #
import logging
from dran.utils.fs import ProjectPaths
# =|========================================================================= #


[docs] def run_web_processing(args, path: ProjectPaths, log: logging.Logger) -> None: raise NotImplementedError("Web processing is not implemented yet.")