Files
rewards-farmer/src/constants.py
T

4 lines
93 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")
PROFILE_NAME = "Profile 1"