mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 05:17:50 +08:00
9 lines
173 B
Python
9 lines
173 B
Python
"""Image Processing SciKit (Toolbox for SciPy)"""
|
|
|
|
|
|
import os.path as _osp
|
|
|
|
data_dir = _osp.join(_osp.dirname(__file__), 'data')
|
|
|
|
from version import version as __version__
|