from sympy.core.function import UndefinedFunction
from sympy.utilities.decorator import deprecated

def npartitions(n, verbose=...) -> int: ...

__all__ = ["npartitions"]
