mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 14:12:30 +08:00
4 lines
67 B
Python
4 lines
67 B
Python
__all__ = ['imread', 'imsave']
|
|
|
|
from imageio import imread, imsave
|