mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 13:11:14 +08:00
2756358f3c
Use the pil plugin to load data files Fix install_requires string formatting Dead end commit Make all tools executable Remove debug print Suppress PIL resourcewarnings Handle a few more warnings
6 lines
105 B
Python
6 lines
105 B
Python
#!/usr/bin/env python
|
|
|
|
if __name__ == "__main__":
|
|
from skimage.scripts import skivi
|
|
skivi.main()
|