Files
sublime-music/libremsonic/server/__init__.py
2019-06-05 22:54:27 -06:00

7 lines
136 B
Python

"""
This module defines a stateless server which interops with the Subsonic API.
"""
from .server import Server
__all__ = ('Server', )