Contents:
[docs] class Anonymizer: r""" Configuration class for Anonymizer """ [docs] def anonymize(self, text: str) -> str: raise NotImplementedError # def anonymize_batch(self, texts: list[str]) -> list[str]: # raise NotImplementedError