Merge branch 'main' of github.com:Application-Interoperability-Xenogen/bellos_application_manager into main

This commit is contained in:
Ronaldson Bellande 2024-12-11 16:16:53 -05:00
commit 39b7ab76a6

View File

@ -18,9 +18,6 @@
# Adding Directory to Path
import sys
sys.path.append("gui")
sys.path.append("utils")
from PyQt6.QtWidgets import QApplication
from gui.bellos_main_window import BellosMainWindow