This commit is contained in:
Simone Tesini 2025-08-01 20:46:42 +02:00
parent 43b6642fab
commit 41f6f5ba1a

View file

@ -20,7 +20,6 @@ class Room:
name: str name: str
pin: int | None pin: int | None
tags: set[str] tags: set[str]
creative: bool
songs: dict[str, UserScoredSong] songs: dict[str, UserScoredSong]
history: list[Song] history: list[Song]