Auto stash before merge of "python" and "origin/python"

pull/1/head
hagi 2022-12-29 17:38:42 +01:00
parent bbd54aefef
commit 0f064e3338
1 changed files with 1 additions and 14 deletions

View File

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