Files
muzak/playlist/models/__init__.py
T
mark aad9343569 Refactor
Moves from_json to utils and splits the models to files in a module
2024-02-06 15:31:05 +01:00

4 lines
77 B
Python

from .track import Track
from .artist import Artist
from .album import Album