Skip to content

Commit 84de931

Browse files
committed
make sure model exists
1 parent be1d319 commit 84de931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pyhs3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
from __future__ import annotations
88

99
from pyhs3._version import version as __version__
10-
from pyhs3.core import Workspace
10+
from pyhs3.core import Model, Workspace
1111

12-
__all__ = ["Workspace", "__version__"]
12+
__all__ = ["Model", "Workspace", "__version__"]

0 commit comments

Comments
 (0)