System Gen94 @ 2025-08-01-00:58:27 by jonas@monolith

This commit is contained in:
2025-08-01 00:58:27 +02:00
parent 9a056ce6b0
commit 1616d78385
4 changed files with 79 additions and 0 deletions

View 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(),
}