comment here
This commit is contained in:
41
.CondaPkg/env/lib/python3.11/site-packages/skimage/__init__.pyi
vendored
Normal file
41
.CondaPkg/env/lib/python3.11/site-packages/skimage/__init__.pyi
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
submodules = [
|
||||
'color',
|
||||
'data',
|
||||
'draw',
|
||||
'exposure',
|
||||
'feature',
|
||||
'filters',
|
||||
'future',
|
||||
'graph',
|
||||
'io',
|
||||
'measure',
|
||||
'metrics',
|
||||
'morphology',
|
||||
'registration',
|
||||
'restoration',
|
||||
'segmentation',
|
||||
'transform',
|
||||
'util',
|
||||
]
|
||||
|
||||
__all__ = submodules + ['__version__'] # noqa: F822
|
||||
|
||||
from . import (
|
||||
color,
|
||||
data,
|
||||
draw,
|
||||
exposure,
|
||||
feature,
|
||||
filters,
|
||||
future,
|
||||
graph,
|
||||
io,
|
||||
measure,
|
||||
metrics,
|
||||
morphology,
|
||||
registration,
|
||||
restoration,
|
||||
segmentation,
|
||||
transform,
|
||||
util,
|
||||
)
|
||||
Reference in New Issue
Block a user