Skip connection implementation

how to implement skip connection for this coding ?

class SkipEdge(Edge):
    def __init__(self):
        super().__init__()
        self.f =