Files
rewards-farmer/src/constants.py
T

4 lines
91 B
Python
Raw Normal View History

2026-08-19 14:03:22 -04:00
from os.path import abspath
USER_DATA_DIR = abspath("./data-dir")
2026-09-08 17:04:21 -04:00
PROFILE_NAME = "Default"