clean up constants.py

This commit is contained in:
Carl Furtado
2026-09-08 17:04:21 -04:00
parent 03636ac984
commit 914d910922
+1 -5
View File
@@ -1,8 +1,4 @@
import os
from os.path import abspath from os.path import abspath
USER_DATA_DIR = abspath("./data-dir") USER_DATA_DIR = abspath("./data-dir")
PROFILE_NAME = "Default"
PROFILE_NAME = "Default"