mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
- Variables storing app, device state aren't constants. Do not mix with actual constants like empty_escape_sequence, web_directory
5 lines
127 B
Python
5 lines
127 B
Python
from pathlib import Path
|
|
|
|
web_directory = Path(__file__).parent.parent / 'interface/web/'
|
|
empty_escape_sequences = r'\n|\r\t '
|