8 lines
75 B
Python
8 lines
75 B
Python
"""
|
|
LastFM
|
|
"""
|
|
|
|
|
|
class InvalidLastFMResponseException(Exception):
|
|
pass
|