khoj/src/utils/constants.py
2022-08-10 20:09:03 +03:00

5 lines
178 B
Python

from pathlib import Path
app_root_directory = Path(__file__).parent.parent.parent
web_directory = app_root_directory / 'src/interface/web/'
empty_escape_sequences = r'\n|\r\t '