1
0
Fork 0
setup-script-py/src/constants.py

7 lines
218 B
Python

# must be synced with `setup.py`
# this variable may be altered by the script
# most notably by `src/interface/choose_action.py`
content_dir = "/tmp/com.developomp.setup"
tmp_dir = content_dir
home_dir = "/home/pomp"