mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 12:24:45 +08:00
7 lines
106 B
Python
Executable File
7 lines
106 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
if __name__ == "__main__":
|
|
from skimage.scripts import skivi
|
|
skivi.main()
|
|
|