diff --git a/modflow_devtools/executables.py b/modflow_devtools/executables.py index 0c9705e..9e34149 100644 --- a/modflow_devtools/executables.py +++ b/modflow_devtools/executables.py @@ -2,6 +2,11 @@ from types import SimpleNamespace from typing import Dict +from modflow_devtools.misc import get_suffixes + +# re-export for backwards-compatibility (used to be here) +get_suffixes = get_suffixes + class Executables(SimpleNamespace): """