Revert "Move files to src"

This reverts commit 16752df99c.
This commit is contained in:
Nathan Thomas 2023-09-21 11:01:04 -07:00
parent 16752df99c
commit b5a442c042
22 changed files with 197 additions and 205 deletions

5
rip/exceptions.py Normal file
View file

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