From 0f064e33386bc07a350605b39a77898b02d7cb6c Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Thu, 29 Dec 2022 17:38:42 +0100 Subject: [PATCH] Auto stash before merge of "python" and "origin/python" --- src/blunderboard/blunderboard.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/blunderboard/blunderboard.py b/src/blunderboard/blunderboard.py index 07aaca7..490f565 100644 --- a/src/blunderboard/blunderboard.py +++ b/src/blunderboard/blunderboard.py @@ -4,6 +4,7 @@ from pygame import mixer import random from stockfish import Stockfish import time +import movegenerator settings = { "Debug Log File": "", @@ -31,20 +32,6 @@ settings = { sound_path = Path("sounds") -class BoardReader: - """ - A class containing methods to read the board state through the GPIO matrix. - """ - - def __init__(self): - pass - - # TODO WIP - - def get_latest_move(self): - return "" - - def play_sound() -> None: """ Plays a random sound from the sound path