mirror of
https://github.com/User0332/rewards-farmer.git
synced 2026-09-16 01:31:36 +00:00
10 lines
106 B
Python
10 lines
106 B
Python
import os
|
|
from os.path import abspath
|
|
|
|
USER_DATA_DIR = abspath("./data-dir")
|
|
|
|
PROFILE_NAME = "Default"
|
|
|
|
|
|
|