Skip to content

Commit fc4f82d

Browse files
committed
ENH: Add cat12 interfaces to __init__
1 parent 20629a0 commit fc4f82d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nipype/interfaces/cat12/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from .preprocess import CAT12Segment
2+
from .surface import (
3+
ExtractAdditionalSurfaceParameters,
4+
ExtractROIBasedSurfaceMeasures,
5+
)

0 commit comments

Comments
 (0)