mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 17:15:46 +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)
|