Skip to content

Commit

Permalink
add studyset_study
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Jun 20, 2023
1 parent 8096508 commit 0209e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions store/neurostore/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .data import (
Studyset,
StudysetStudy,
Annotation,
BaseStudy,
Study,
Expand All @@ -16,6 +17,7 @@

__all__ = [
"Studyset",
"StudysetStudy",
"Annotation",
"BaseStudy",
"Study",
Expand Down

0 comments on commit 0209e7d

Please sign in to comment.