7 lines
218 B
Python
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"
|