Further fixes/changes to loading 'types' for config + manifest edits

This commit is contained in:
Patrick Robertson
2025-01-27 11:48:04 +01:00
parent 14e2479599
commit 7fd95866a1
29 changed files with 39 additions and 143 deletions

View File

@@ -6,16 +6,12 @@ flexible setup in various environments.
"""
import argparse
from ruamel.yaml import YAML, CommentedMap
from ruamel.yaml.comments import CommentedMap
from ruamel.yaml import YAML, CommentedMap, add_representer
from dataclasses import dataclass, field
from collections import OrderedDict
from collections.abc import Iterable
from copy import deepcopy
from .loader import MODULE_TYPES
from typing import Any, List
from typing import Any, List, Type
# configurable_parents = [
# Feeder,