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