mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-29 10:23:02 +01:00
b04c84721b
- Main.py was becoming too big to manage. It had both controllers/routers and component configurations (search, processors) in it - Now that the native app GUI code is also getting added to the main path, good time to split/modularize/clean main.py - Put global state into a separate file to share across modules |
||
---|---|---|
.. | ||
__init__.py | ||
cli.py | ||
config.py | ||
constants.py | ||
exiftool.py | ||
helpers.py | ||
install.py | ||
jsonl.py | ||
rawconfig.py |