from collections.abc import Callable from gmpy2 import mpq class REAL: def __init__(self, f: Callable[[mpq], bool]): self.smaller=f