5 lines
92 B
Python
5 lines
92 B
Python
|
from numpy.lib._npyio_impl import (
|
||
|
DataSource as DataSource,
|
||
|
NpzFile as NpzFile,
|
||
|
)
|