Add dosctrings

This commit is contained in:
nathom 2021-07-29 11:20:49 -07:00
parent 8d0dc7fb7f
commit e73bff8d6b
12 changed files with 295 additions and 106 deletions

View file

@ -1,2 +1,5 @@
"""Exceptions used by RipCore."""
class DeezloaderFallback(Exception):
pass
"""Raise if Deezer account isn't logged in and rip is falling back to Deezloader."""