This commit is contained in:
2025-02-18 14:56:24 -05:00
parent 119f40daf8
commit f2ba97b9d1
7 changed files with 65 additions and 35 deletions

6
utils/constructors.py Normal file
View File

@ -0,0 +1,6 @@
"""
LastFM
"""
class InvalidLastFMResponseException(Exception):
pass