1
2
3
4
5
6
from numpy import (
    finfo as finfo,
    iinfo as iinfo,
)
 
__all__: list[str]