mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-18 12:30:14 +08:00
5 lines
86 B
Python
5 lines
86 B
Python
try:
|
|
from tifffile import *
|
|
except ImportError:
|
|
from .tifffile_local import *
|