Revert "moved main models to models/download"

This reverts commit 19689d8663.
This commit is contained in:
Xoconoch
2025-06-10 15:37:45 -06:00
parent 19689d8663
commit c1438ecb47
17 changed files with 108 additions and 36 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/python3
from deezspot.models.smart import Smart
from deezspot.models.track import Track
from deezspot.models.album import Album
from deezspot.models.playlist import Playlist
from deezspot.models.preferences import Preferences
from deezspot.models.episode import Episode