Files
rewards-farmer/src/constants.py
T

9 lines
105 B
Python
Raw Normal View History

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