Fixed import that won't work if the script isn't executed by pycharm.

This commit is contained in:
The Wobbler 2024-12-22 00:03:08 +01:00
parent 4918d70d53
commit 3dfb07ab14
3 changed files with 11 additions and 11 deletions

View file

@ -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