Made the project also work with "pip install ." (without "-e")

This commit is contained in:
The Wobbler 2025-01-25 14:05:10 +01:00
parent 905f157ee0
commit 3685f25882
7 changed files with 24 additions and 16 deletions

View file

@ -5,7 +5,7 @@ from PyQt6.QtWidgets import QApplication
from wobbl_tools.data_file import load_dataclass_json
from .settings import Settings
from .utils import Utils
from .player.player import Player
from .player import Player
from .library.library import Library
from .gui import GUI
from .gui_communication.gui_communication import GUICommunication