Files
AnyMusicBot/bot/results/spotify/__init__.py
2023-10-25 15:48:07 +03:00

7 lines
96 B
Python

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