forked from Wobbl/Wobuzz
Fixed import that won't work if the script isn't executed by pycharm.
This commit is contained in:
parent
4918d70d53
commit
3dfb07ab14
3 changed files with 11 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
|||
import sys
|
||||
from PyQt6.QtWidgets import QApplication
|
||||
from utils import Utils
|
||||
from wobuzz.player.player import Player
|
||||
from player.player import Player
|
||||
from gui import GUI
|
||||
from gui_communication import GUICommunication
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue