from spotify_shortcuts.spotify_like import SpotifyLike from spotify_shortcuts.spotify_pl_add import SpotifyPlAdd SHORTCUT_REGISTRY = { "like": SpotifyLike(), "pl_add": SpotifyPlAdd(), }