syntax
This commit is contained in:
@@ -4,10 +4,11 @@ Main entry point for the Gamayun forensic investigation application.
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
from PySide6.QtWidgets import QApplication
|
from PySide6.QtWidgets import QApplication
|
||||||
from gamayun.ui.main_window import MainWindow
|
from gamayun.ui.main_window import GUI
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
mainGui = GUI()
|
||||||
# TODO: Initialize logging here
|
# TODO: Initialize logging here
|
||||||
# TODO: Initialize llm client and qdrant client
|
# TODO: Initialize llm client and qdrant client
|
||||||
# TODO: start main window
|
# TODO: start main window
|
||||||
|
|||||||
Reference in New Issue
Block a user