We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d909ef commit ec3859aCopy full SHA for ec3859a
1 file changed
modflow_devtools/executables.py
@@ -2,6 +2,11 @@
2
from types import SimpleNamespace
3
from typing import Dict
4
5
+from modflow_devtools.misc import get_suffixes
6
+
7
+# re-export for backwards-compatibility (used to be here)
8
+get_suffixes = get_suffixes
9
10
11
class Executables(SimpleNamespace):
12
"""
0 commit comments