1
0
mirror of https://github.com/bspeice/Melodia synced 2024-09-28 06:01:36 -04:00
Melodia/archiver/models.py

7 lines
137 B
Python
Raw Normal View History

2012-12-10 12:57:36 -05:00
from django.db import models
# Create your models here.
from archive import Archive
from song import Song
2013-01-09 20:48:28 -05:00
from playlist import Playlist