7 lines
82 B
Python
7 lines
82 B
Python
from numpy import (
|
|
finfo as finfo,
|
|
iinfo as iinfo,
|
|
)
|
|
|
|
__all__: list[str]
|