class documentation

Undocumented

Method calculate_delay Undocumented
Method should_retry Undocumented
@abstractmethod
def calculate_delay(self, attempt: int) -> float:
@abstractmethod
def should_retry(self, attempt: int) -> bool: