aboutsummaryrefslogtreecommitdiffstats
path: root/app/AggroConfig.py
blob: 6ff6801e20da8f14cd13810eff5b73ed7989e95d (plain)
1
2
3
4
5
6
7
8
from dataclasses import dataclass


@dataclass
class AggroConfig:
    db_path: str
    plugins: dict[str, dict[str, str]]
    graph: dict[str, list[str]]