8 lines
195 B
Python
8 lines
195 B
Python
from spotify_shortcuts.spotify_like import SpotifyLike
|
|
from spotify_shortcuts.spotify_pl_add import SpotifyPlAdd
|
|
|
|
SHORTCUT_REGISTRY = {
|
|
"like": SpotifyLike(),
|
|
"pl_add": SpotifyPlAdd(),
|
|
}
|