Skip to content

Commit

Permalink
feat: Export cli_helpers.loadinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko committed Sep 1, 2023
1 parent d0d21b4 commit 7752e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capellambse/cli_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Helpers for working with models in CLI scripts."""
from __future__ import annotations

__all__ = ["ModelCLI", "enumerate_known_models", "loadcli"]
__all__ = ["ModelCLI", "enumerate_known_models", "loadcli", "loadinfo"]

import collections.abc as cabc
import importlib.abc
Expand Down

0 comments on commit 7752e95

Please sign in to comment.