Skip to content

Commit

Permalink
set API
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Feb 16, 2024
1 parent d53cdaf commit 2bf9175
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions neurodesign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@
.. moduleauthor:: Joke Durnez <[email protected]>
"""

from neurodesign.classes import design, experiment, optimisation

__all__ = [
"design",
"experiment",
"optimisation",
]

0 comments on commit 2bf9175

Please sign in to comment.