Add song fetch test

This commit is contained in:
Leonardo Segala 2025-08-01 19:16:20 +02:00
parent fa73c6de66
commit 8bb582148d
6 changed files with 76 additions and 9 deletions

View file

@ -1,6 +1,6 @@
from dataclasses import dataclass
from song import Song
from .song import Song
type UserScoredSong = tuple[Song, int]