Added clock logic
This commit is contained in:
5
rpi/models/player.py
Normal file
5
rpi/models/player.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from clock import Clock
|
||||
|
||||
class Player:
|
||||
def __init__(self) -> None:
|
||||
pass
|
||||
Reference in New Issue
Block a user