Added clock logic

This commit is contained in:
2025-12-15 10:23:46 +01:00
parent f3965aa2fb
commit 9e259bb9fb
5 changed files with 93 additions and 26 deletions

5
rpi/models/player.py Normal file
View File

@@ -0,0 +1,5 @@
from clock import Clock
class Player:
def __init__(self) -> None:
pass