diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-01 19:31:47 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-10 19:01:00 +0300 |
| commit | 398799de0c1826c3544eb6eec681fa48096932a0 (patch) | |
| tree | c2a2cf7fcf30276ffc432e7a1750efd6b7d2c8bf /app/AggroConfig.py | |
| parent | b7f129b29b8b8103336bfae265b3d5a0bc5ea03a (diff) | |
Refactor
Diffstat (limited to 'app/AggroConfig.py')
| -rw-r--r-- | app/AggroConfig.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/AggroConfig.py b/app/AggroConfig.py new file mode 100644 index 0000000..e933eec --- /dev/null +++ b/app/AggroConfig.py @@ -0,0 +1,7 @@ +from dataclasses import dataclass + + +@dataclass +class AggroConfig: + plugins: dict[str, dict[str, str]] + graph: dict[str, list[str]] |
