1 2 3 4 5 6 7
from dataclasses import dataclass @dataclass class AggroConfig: plugins: dict[str, dict[str, str]] graph: dict[str, list[str]]