diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-02 21:48:53 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-10 19:01:00 +0300 |
| commit | c13734f56e9b01a61cfb66019a71d46c3dfe6f86 (patch) | |
| tree | 155da5a7386a6fabf493640bd9d0eb9aa10313c2 /app/AggroConfig.py | |
| parent | 4745449cf847f27c3cbbca5cef2f1d9d02103692 (diff) | |
Add tinydb
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]] |
