songs/negromate/songs/__init__.py

12 lines
126 B
Python

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