Skip to content

Commit

Permalink
Defined available functions after doing "import antares_craft"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigurd-Borge committed Nov 5, 2024
1 parent 7532ea2 commit 01c98ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/antares/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
#
# This file is part of the Antares project.

from antares.model.study import create_study_api, create_study_local

__all__ = ["create_study_api", "create_study_local"]

0 comments on commit 01c98ba

Please sign in to comment.