diff --git a/modflow_devtools/dfn/__init__.py b/modflow_devtools/dfn/__init__.py index 4948c80f..18afca9f 100644 --- a/modflow_devtools/dfn/__init__.py +++ b/modflow_devtools/dfn/__init__.py @@ -33,6 +33,7 @@ "Ref", "Sln", "fetch_dfns", + "get_dfns", "get_fields", ] @@ -51,3 +52,6 @@ def fetch_dfns(owner: str, repo: str, ref: str, outdir: str | PathLike, verbose: if verbose: print("Copying dfns from download dir to output dir") shutil.copytree(proj_path / "doc" / "mf6io" / "mf6ivar" / "dfn", outdir, dirs_exist_ok=True) + + +get_dfns = fetch_dfns # backwards-compatible alias