mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 03:21:19 +08:00
7 lines
112 B
Python
Executable File
7 lines
112 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
if __name__ == "__main__":
|
|
from scikits.image.scripts import scivi
|
|
scivi.main()
|
|
|