#!/usr/bin/env python3


class Pipeline:
    def __init__(self, ):
        super().__init__()
    
