"""
Filesystem based database of songs.
import logging
VERSION = "1.3"
logger = logging.getLogger("negromate.songs")