This commit is contained in:
Francesco De Carlo 2025-08-02 08:44:50 +02:00
commit d337f747f3
10 changed files with 19 additions and 16 deletions

View file

@ -1,7 +1,7 @@
import random
from dataclasses import dataclass
from .song import Song
from song import Song
USER_SCORE_WEIGHT = 0.7
ARTIST_WEIGHT = 0.1