set up track logging

+ install flask restful
This commit is contained in:
mungai-njoroge
2023-12-01 10:55:07 +03:00
parent 8b40792ba0
commit 7749b4fc3c
8 changed files with 128 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
from attr import dataclass
@dataclass
class Track:
"""
Track play logger model
"""
trackhash: str
duration: int
timestamp: int