mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Put global state variables into separate state module
- Variables storing app, device state aren't constants. Do not mix with actual constants like empty_escape_sequence, web_directory
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
from pathlib import Path
|
||||
|
||||
# Internal Packages
|
||||
from src.utils.constants import model
|
||||
from src.utils.state import model
|
||||
from src.search_type import text_search
|
||||
from src.utils.rawconfig import ContentConfig, SearchConfig
|
||||
from src.processor.org_mode.org_to_jsonl import org_to_jsonl
|
||||
|
||||
Reference in New Issue
Block a user