Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 4e3cd12

Browse files
authored
Merge pull request #38 from richford/subject-classes
Create `Subject` and `Study` classes
2 parents 14edd49 + 5dafb95 commit 4e3cd12

File tree

6 files changed

+831
-634
lines changed

6 files changed

+831
-634
lines changed

dmriprep/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
import logging
1111
import os
1212

13+
from . import data
14+
from . import io
15+
from . import qc
16+
from . import run
17+
1318
module_logger = logging.getLogger(__name__)
1419

1520
# get the log level from environment variable

dmriprep/base.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)