System Gen94 @ 2025-08-01-00:58:27 by jonas@monolith
This commit is contained in:
7
pkgs/spotify-shortcuts/spotify_shortcuts/registry.py
Normal file
7
pkgs/spotify-shortcuts/spotify_shortcuts/registry.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from spotify_shortcuts.spotify_like import SpotifyLike
|
||||
from spotify_shortcuts.spotify_pl_add import SpotifyPlAdd
|
||||
|
||||
SHORTCUT_REGISTRY = {
|
||||
"like": SpotifyLike(),
|
||||
"pl_add": SpotifyPlAdd(),
|
||||
}
|
||||
Reference in New Issue
Block a user