Refactor loader + step into module, use LazyBaseModule and BaseModule

This commit is contained in:
Patrick Robertson
2025-01-27 14:01:36 +01:00
parent 7fd95866a1
commit f68e2726f2
16 changed files with 232 additions and 231 deletions

View File

@@ -9,7 +9,7 @@ import argparse
from ruamel.yaml import YAML, CommentedMap, add_representer
from copy import deepcopy
from .loader import MODULE_TYPES
from .module import MODULE_TYPES
from typing import Any, List, Type