Skip to content

Commit

Permalink
This should be the right way of specifying what
Browse files Browse the repository at this point in the history
should be documented, i.e. at the level of the modules, not at the level of classes or functions within those modules.
  • Loading branch information
HannoSpreeuw committed Nov 25, 2024
1 parent b6a8324 commit 6389cd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions marlpde/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
import pathlib
import sys

__all__ = ["Evolve_scenario", "LHeureux_model", "parameters"]

sys.path.append(str(pathlib.Path(__file__).parent))

0 comments on commit 6389cd2

Please sign in to comment.