Files
board-mate/rpi/models/player.py
2025-12-15 10:23:46 +01:00

5 lines
83 B
Python

from clock import Clock
class Player:
def __init__(self) -> None:
pass