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

4 lines
89 B
Python

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