We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b1436 commit 1218247Copy full SHA for 1218247
3 files changed
pyenzyme/thinlayers/__init__.py
@@ -5,4 +5,9 @@
5
except ImportError:
6
pass
7
8
-__all__ = ["BaseThinLayer", "ThinLayerPysces"]
+try:
9
+ from .basico import ThinLayerCopasi
10
+except ImportError:
11
+ pass
12
+
13
+__all__ = ["BaseThinLayer", "ThinLayerPysces", "ThinLayerCopasi"]
0 commit comments