diff options
Diffstat (limited to 'app/AggroConfig.py')
| -rw-r--r-- | app/AggroConfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/AggroConfig.py b/app/AggroConfig.py index e933eec..6ff6801 100644 --- a/app/AggroConfig.py +++ b/app/AggroConfig.py @@ -3,5 +3,6 @@ from dataclasses import dataclass @dataclass class AggroConfig: + db_path: str plugins: dict[str, dict[str, str]] graph: dict[str, list[str]] |
