Update bellos_manager.py

This commit is contained in:
Ronaldson Bellande
2024-10-25 16:38:06 -04:00
committed by GitHub
parent ce9f13b518
commit a334b09fb6

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