fixed import issue with the queen

This commit is contained in:
Karma Riuk 2025-01-31 10:52:02 +01:00
parent bb0a3266c7
commit ddfb95176b

View File

@ -1,3 +1,4 @@
from logic.move import Move
from .piece import Piece
class Queen(Piece):