Melodia/archiver/models.py

6 lines
107 B
Python

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