mirror of
https://github.com/bspeice/Melodia
synced 2024-11-15 20:48:23 -05:00
6e767fb3fb
Also, add AngularJS
6 lines
129 B
Python
6 lines
129 B
Python
# Create your models here.
|
|
from archive import Archive
|
|
from song import Song
|
|
from playlist import Playlist
|
|
from feed import Feed
|