feat(stream): add Stream model for managing streaming service links to sounds; update Sound model to include relationship with Stream
This commit is contained in:
@@ -4,7 +4,8 @@ from .plan import Plan
|
||||
from .playlist import Playlist
|
||||
from .playlist_sound import PlaylistSound
|
||||
from .sound import Sound
|
||||
from .stream import Stream
|
||||
from .user import User
|
||||
from .user_oauth import UserOAuth
|
||||
|
||||
__all__ = ["Plan", "Playlist", "PlaylistSound", "Sound", "User", "UserOAuth"]
|
||||
__all__ = ["Plan", "Playlist", "PlaylistSound", "Sound", "Stream", "User", "UserOAuth"]
|
||||
|
||||
Reference in New Issue
Block a user