Files
rewards-farmer/src/constants.py
T

10 lines
106 B
Python

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