Files
rewards-farmer/src/constants.py
T
2026-09-08 17:04:21 -04:00

4 lines
91 B
Python

from os.path import abspath
USER_DATA_DIR = abspath("./data-dir")
PROFILE_NAME = "Default"