mirror of
https://github.com/bspeice/Melodia
synced 2024-11-16 04:58:20 -05:00
7 lines
137 B
Python
7 lines
137 B
Python
from django.db import models
|
|
|
|
# Create your models here.
|
|
from archive import Archive
|
|
from song import Song
|
|
from playlist import Playlist
|