mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-11 08:13:01 +01:00
5 lines
178 B
Python
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 '
|