Rename downloader.py to tracklists.py

This commit is contained in:
nathom 2021-04-19 16:08:22 -07:00
parent ccd87321b6
commit 4d12d4141f
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,8 @@ from .constants import (
URL_REGEX,
)
from .db import MusicDB
from .downloader import Album, Artist, Label, Playlist, Track, Tracklist, Video
from .bases import Track, Video
from .tracklists import Album, Artist, Label, Playlist, Tracklist
from .exceptions import (
AuthenticationError,
NonStreamable,