This commit is contained in:
2024-08-13 17:49:51 -04:00
parent 4a325bd775
commit 43bcf8025d
2 changed files with 102 additions and 1 deletions

View File

@ -58,7 +58,8 @@ lyric_search_endpoint = importlib.import_module("endpoints.lyric_search").LyricS
lastfm_endpoints = importlib.import_module("endpoints.lastfm").LastFM(app, util, constants)
# Below: YT endpoint(s)
yt_endpoints = importlib.import_module("endpoints.yt").YT(app, util, constants)
# Below: Transcription endpoints
transcription_endpoints = importlib.import_module("endpoints.transcriptions").Transcriptions(app, util, constants)
"""