2022-05-23 00:16:32 +04:00

9 lines
107 B
Python

from typing import List
from numpy import (
finfo as finfo,
iinfo as iinfo,
)
__all__: List[str]