All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.pipeline-common.generic.base.py.vm Maven / Gradle / Ivy

"""
Base implementation of this pipeline.

GENERATED CODE - DO NOT MODIFY (add your customizations in ${step.capitalizedName}).

Generated from: ${templateName}
"""

from abc import ABC

class ${step.capitalizedName}Base(ABC):
    def __init__(self):
        pass
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy