mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-11 08:13:01 +01:00
7b04978f52
- Variables storing app, device state aren't constants. Do not mix with actual constants like empty_escape_sequence, web_directory
4 lines
127 B
Python
4 lines
127 B
Python
from pathlib import Path
|
|
|
|
web_directory = Path(__file__).parent.parent / 'interface/web/'
|
|
empty_escape_sequences = r'\n|\r\t '
|