mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
set up track logging
+ install flask restful
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from attr import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class Track:
|
||||
"""
|
||||
Track play logger model
|
||||
"""
|
||||
trackhash: str
|
||||
duration: int
|
||||
timestamp: int
|
||||
Reference in New Issue
Block a user