# songs.py


class SongCollection:
    def size(self) -> int:
        return 0
