Add song fetch test
This commit is contained in:
parent
fa73c6de66
commit
8bb582148d
6 changed files with 76 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
from dataclasses import dataclass
|
||||
|
||||
from song import Song
|
||||
from .song import Song
|
||||
|
||||
type UserScoredSong = tuple[Song, int]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue