5 lines
270 B
Python
5 lines
270 B
Python
import os
|
|
|
|
ROOT_DIR=os.getcwd() # The directory where all directories and files of the index are located
|
|
CONFIG_DIR=ROOT_DIR # The directory where the file 'index.db' is located
|
|
LINUX_APP_STARTER="xdg-open" # The command which opens the files in the default applications |