5 lines
106 B
Python
5 lines
106 B
Python
# tifffile/__init__.py
|
|
|
|
from .tifffile import *
|
|
from .tifffile import __all__, __doc__, __version__, main
|