Files
AnyMusicBot/bot/results/spotify/__init__.py
2024-11-02 00:10:24 +02:00

5 lines
90 B
Python

from .search import get_spotify_search_results
__all__ = ["get_spotify_search_results"]