This commit is contained in:
2025-11-26 10:35:06 +01:00
parent 26ff4d3ef2
commit a186847e9f

View File

@@ -4,10 +4,11 @@ Main entry point for the Gamayun forensic investigation application.
import sys
from PySide6.QtWidgets import QApplication
from gamayun.ui.main_window import MainWindow
from gamayun.ui.main_window import GUI
def main():
mainGui = GUI()
# TODO: Initialize logging here
# TODO: Initialize llm client and qdrant client
# TODO: start main window