Skip to content

Commit 02e0670

Browse files
Expose parser classes at the level of the access.parsers module.
1 parent 8af8f18 commit 02e0670

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/access/parsers/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@
1010
except PackageNotFoundError:
1111
# package is not installed
1212
pass
13+
14+
from .fortran_nml import FortranNMLParser
15+
from .mom6_input import MOM6InputParser
16+
from .payu_config_yaml import YAMLParser
17+
from .nuopc_config import NUOPCParser
18+
19+
__all__ = ["FortranNMLParser", "MOM6InputParser", "YAMLParser", "NUOPCParser"]

0 commit comments

Comments
 (0)