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