aad9343569
Moves from_json to utils and splits the models to files in a module
4 lines
77 B
Python
4 lines
77 B
Python
from .track import Track
|
|
from .artist import Artist
|
|
from .album import Album
|