sir3stoolkit 90.15.0.0.dev1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ # This file is part of sir3stoolkit.
2
+
3
+ from . import core
4
+
5
+ __all__ = ['core',
6
+ ]
@@ -0,0 +1,8 @@
1
+ # This file is part of sir3stoolkit.
2
+
3
+ #from .core import SIR3S_Model, SIR3S_View
4
+
5
+ from . import wrapper
6
+
7
+ __all__ = ['wrapper',
8
+ ]