Skip to content

Commit 1218247

Browse files
committed
- add v2 basico thinlayer + test
1 parent 05b1436 commit 1218247

3 files changed

Lines changed: 579 additions & 1 deletion

File tree

pyenzyme/thinlayers/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
except ImportError:
66
pass
77

8-
__all__ = ["BaseThinLayer", "ThinLayerPysces"]
8+
try:
9+
from .basico import ThinLayerCopasi
10+
except ImportError:
11+
pass
12+
13+
__all__ = ["BaseThinLayer", "ThinLayerPysces", "ThinLayerCopasi"]

0 commit comments

Comments
 (0)