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

6 lines
107 B
Python

from django.db import models
# Create your models here.
from archive import Archive
from song import Song