mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 17:37:20 +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)
|