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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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