Files
jellyplist/app/providers/__init__.py
2024-11-29 22:48:29 +00:00

3 lines
63 B
Python

from .spotify import SpotifyClient
__all__ = ["SpotifyClient"]