Skip to content

Commit 9ba6b3c

Browse files
committed
vmt
1 parent f02586b commit 9ba6b3c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

absbox/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@
1616
from importlib.metadata import version
1717
from absbox.local.cf import readBondsCf,readToCf
1818

19+
import absbox.examples.baseCase as baseCase
20+
1921
__version__ = version("absbox")

absbox/examples/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
2-
3-
__all__ = ['baseCase']

0 commit comments

Comments
 (0)