summaryrefslogtreecommitdiff
path: root/src/globals.py
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-09-18 13:46:56 -0400
committerLouie S <louie@example.com>2023-09-18 13:55:07 -0400
commit1d26be43535c34b05513c92e700d5cc92610fa63 (patch)
tree5f96ced98677245031fa1d6460873e00ef0ccb72 /src/globals.py
parent9e18638dbd378db5737c9ddd9ef5c16a7e8ca4c7 (diff)
Functional rules dialog and backend
Diffstat (limited to 'src/globals.py')
-rw-r--r--src/globals.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/globals.py b/src/globals.py
index 61c6156..bb6f717 100644
--- a/src/globals.py
+++ b/src/globals.py
@@ -1,3 +1,4 @@
groups = []
entries = []
-db_path = "./test.db"
+rules = []
+db_path = ""