We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1d319 commit 84de931Copy full SHA for 84de931
src/pyhs3/__init__.py
@@ -7,6 +7,6 @@
7
from __future__ import annotations
8
9
from pyhs3._version import version as __version__
10
-from pyhs3.core import Workspace
+from pyhs3.core import Model, Workspace
11
12
-__all__ = ["Workspace", "__version__"]
+__all__ = ["Model", "Workspace", "__version__"]
0 commit comments