swingmusic/app/models/logger.py
mungai-njoroge 7749b4fc3c set up track logging
+ install flask restful
2023-12-01 10:55:07 +03:00

11 lines
153 B
Python

from attr import dataclass
@dataclass
class Track:
"""
Track play logger model
"""
trackhash: str
duration: int
timestamp: int