from typing import Any class Metric: def __init__(self) -> None: self.__sum = 0 def get_score(): pass def __call__(self, *args) -> Any: self.__sum += abs(x - y)