Adding new controllers

This commit is contained in:
Rafael Vargas
2022-03-23 13:48:01 -04:00
parent a828350201
commit fd1e58211b
18 changed files with 328 additions and 133 deletions

View File

@@ -1,6 +1,6 @@
from Music.Types import Provider
from Music.Spotify import SpotifySearch
from Music.utils import is_url
from Utils.Utils import is_url
class Searcher():