mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 02:47:01 +08:00
6 lines
105 B
Python
Executable File
6 lines
105 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
if __name__ == "__main__":
|
|
from skimage.scripts import skivi
|
|
skivi.main()
|