Files
sublime-music/sublime/server/__init__.py
2020-05-08 11:30:23 -06:00

7 lines
135 B
Python

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