forked from Wobbl/Wobuzz
Made the project also work with "pip install ." (without "-e")
This commit is contained in:
parent
905f157ee0
commit
3685f25882
7 changed files with 24 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue