mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 02:57:56 +08:00
5 lines
81 B
Python
5 lines
81 B
Python
try:
|
|
from tifffile import *
|
|
except ImportError:
|
|
from ._tifffile import *
|