Added setup.py and made all imports relative so it will work as a module.

This commit is contained in:
The Wobbler 2024-12-29 19:23:53 +01:00
parent 239e50bfc9
commit 5cbc272ee3
5 changed files with 39 additions and 12 deletions

View file

@ -2,7 +2,7 @@
from PyQt6.QtCore import Qt
from PyQt6.QtWidgets import QDockWidget
from ui.main_window import MainWindow
from .ui.main_window import MainWindow
class GUI: