mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 15:45:08 +08:00
7 lines
95 B
Python
7 lines
95 B
Python
import plugin
|
|
|
|
def save(fname, arr):
|
|
return fname, arr
|
|
|
|
plugin.register('test', save=save)
|