I have a ValuePropagator:
ValuePropagator
V = TypeVar("V") class ValuePropagator(ABC, Generic[V]): @abstractmethod def get(self, funcs: Sequen