1
0
mirror of https://github.com/bspeice/Melodia synced 2024-09-27 13:41:33 -04:00
Melodia/archiver/models/__init__.py
2013-05-09 17:16:43 -04:00

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